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
How to get attributes of an element using jQuery?
What is the goal of cdn and what are the advantages of using cdn?
What are jquery selectors?
How to fetch the values of selected checkbox array using jquery?
Define slidetoggle() effect?
Why do we use jquery? : jquery mobile
Which program is useful for testing jQuery?
Tell me can we have multiple document.ready() function on the same page? : jquery mobile
What is the use of queue() in jquery?
How to concatenate two strings using jquery?
Do you know what is the use of jquery.data()?
Do we need to add the jquery file both at the master page and content page as well?
What is a jquery ?
What are the methods used to provide effects?
What is a dom in jquery? How can we make sure that dom is ready?