Using ASP.NET AJAX page methods to make things easier
Filed in archive AJAX by gautam on November 27, 2007

So what are page methods? These are static or shared methods which can be added onto ASP.NET page's code-beside file and communicate directly with an ASP.NET AJAX-enabled page and pass JSON request and response messages back and forth in a similar fashion as WebMethods. My friend Dan has tried to explain it through a very good example. Using page methods one can bring down the number of files which need to be used when an application moves to production and provides a simple technique for adding web service style functionality directly into an ASP.NET code-beside page.
Permalink: Using ASP.NET AJAX page methods to make things easier
Tags:
AJAX page methods ASP.NET AJAX page ajax ajax+page
Trackback: http://www.creative-weblogging.com/cgi-bin/mt-tb.pl/104082












