Using jQuery to directly call ASP.NET AJAX page methods
Using jQuery to directly call ASP.NET AJAX page methodsWhen it comes to lightweight client-side communication, I've noticed that many of developers prefer ASP.NET AJAX’s page methods to full ASMX web services. Page methods can be called via jQuery. This Post is about what is and
This script is tested on these platforms by the author. It is likely to work on other platforms as well. If you try it and find that it works on another platform, please add a note to the script discussion to let others know.