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:
…
1
vote
How to use JQuery, select element by ID and ASP.NET without putting ctl00_ everywhere in the code
I'm using ScriptManager.RegisterStartupScript to get all the ClientIDs I need.
Define javascript var …
