jquery ajax with pagemethod in asp net
1.0.0
This article gives you step by step example for implementing Page Method and calling it through jQuery.ajax() call.
This example will read data from Customer table of Northwind database. You can download the Northwind database here. Depending on the selected Country value of DropDown, Customer details will be rendered if jQuery.ajax() call returns success.
Below picture shows all customers from selected country - UK
For more details on how to use pagemethod / webmethod with jQuery Ajax call in ASP.NET