Calling server side event in asp.net from java script

前端 未结 6 2070
-上瘾入骨i
-上瘾入骨i 2020-12-20 09:50

Surely will be marked as duplicate one but after tons of question and example i couldn\'t solve my problem.
What i want?
Calling server side event

6条回答
  •  天涯浪人
    2020-12-20 10:26

    You can try Ajax, by using Webmethod. I used this in my project and it works fine! You may see the question, solutions and code here: http://www.codeproject.com/Questions/416748/How-to-Call-WebMethod-of-Csharp-from-JQuery

提交回复
热议问题