PageMethods In ASP.NET AJAX

Posted on ASP alliance See other posts from ASP alliance
Published on Tue, 09 Mar 2010 00:00:00 GMT Indexed on 2010/03/11 4:41 UTC
Read the original article Hit count: 340

Filed under:
Page Methods is a new mechanism in ASP.NET applications where the server code can be bound to ASP.NET pages. It is an easy way to communicate asynchronously with the server using ASP.NET AJAX technologies. It is an alternate to calling the page which is reliable and carries a low risk. It is basically used to expose the web methods to the client script.

© ASP alliance or respective owner