Ajax.NET - A free library for the Microsoft .NET Framework
http://ajax.schwarz-interactive.de/csharpsample/default.aspx
Send feedback form with Unicode chars
[Ajax.AjaxMethod]
public string Test1(string firstName, string familyName, string email, string comment)
{
string html = "";
html += "Hello " + firstName + " " + familyName + " /> html += "Thank you for your comment /> html += System.Web.HttpUtility.HtmlEncode(comment);
html += " />
return html;
}
powered by performancing firefox
No comments:
Post a Comment