Sicuramente sarà già stato postato, comunque sto ajax mi sembra molto interessante, e sapere che è
alla base di google
maps poi sollecita ancora di + la
mia curiosità...
...
Examples using the free Ajax.NET library
Send feedback form with Unicode
chars
This example will post a form to the server, invoke
the Test1 method there and return a HTML string.
On the server you will have a typical method with an
additional attribute:
[Ajax.AjaxMethod]
public string Test1(string firstName, string familyName, string email, string comment)
{
string html = "";
html += "Hello " + firstName + " " + familyName + "<br>";
html += "Thank you for your comment <b>";
html += System.Web.HttpUtility.HtmlEncode(comment);
html += "</b>.";
return html;
}
Fonte: Ajax.NET - The free library for .NET
(C#)
powered by
IMHO 1.2