0
kicks
How To: ASP.Net AJAX PageMethods
PageMethods are a convenient way to call server side code from your client side script. You don’t need to write a separate .asmx web-service for this. A PageMethod can reside in the ASP.Net page which contains the client side script.