2
Reply

Is there any other way to call ASP.NET server side method from javacscript except AJAX concept??

    http://www.c-sharpcorner.com/UploadFile/rohatash/calling-server-side-function-from-javascript-in-Asp-Net/

    Yes, there is a way to call server side methods in javascript.We can use PageMethods.ServerSideFuncName(params). Please see below link it can be implement: http://stackoverflow.com/questions/4313532/pagemethods-in-asp-net