0
kicks
ASP.NET AJAX: Invoke a static method from script
Did you know that with ASP.NET AJAX you can easily invoke static methods declared on your ASP.NET page from script on the client? To enable this you will need to do the following ...