How to call ASP.Net web method using JQuery AJAX
In normal ASP.NET web forms, if you want to send any data to server your web page will be refreshed i.e. will do a postback. In some case, if you want to send data to the server without using any post back then in this case you have to use a web method at server side and that will be called from JQuery side.