Can you call C# code-behind method using jQuery? If yes,then how?
Answer Posted / chaitanya
Yes. We can call C# code-behind function via $.ajax. But for do that it is compulsory to mark the method as WebMethod.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is ajax and how it works?
Is it possible to use jquery to make ajax request? : jquery mobile
Difference between javascript and jquery?
Can you please explain the difference between parent() and parents() methods in jquery? : jquery mobile
explain bind() vs live() vs delegate() methods in jquery
What does dollar sign ($) me in jquery?
Hide and show image on button click using jQuery?
How method can be called inside code behind using jQuery?
Can you write a jquery code to select all links inside the paragraph?
Does jquery follow w3c recommendations?
How To Use Ajax In Jquery?
How to get/set the html contents of an element using jQuery?
How to use migrate jquery plugin if possible? : jquery mobile
What is jquery mobile theming? : jquery mobile
Is vanilla js faster than jquery?