Search Results

0
votes

Calling ASP.NET server side method via JQuery

You should use web service instead of regular aspx web page. Web pages has no support to call web methods, I believe your jQuery request loads the HTML page instead. I suggest you two things: …