Understanding Page Methods in ASP.NET AJAX

added by aspforum
5/25/2011 6:04:32 PM

169 Views

At times we find a need to avoid postbacks and for that we use AJAX calls to populate our ASP.NET Forms or save the information in Databases without a post back. In this article I am going to discuss how we can use PageMethod and avoid postbacks in performing CRUD (Create, Read, Update, and Delete) operations.


0 comments