2
Reply

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

Manas Mohapatra

Manas Mohapatra

Jul 11, 2015
2.5k
0

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

    Munesh Sharma
    August 05, 2015
    0

    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

    Manas Mohapatra
    July 11, 2015
    0