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 do you get the text value of a selected option?
Why should I use jquery?
What is the use of delay() method in JQuery?
What is .bind()? : jquery mobile
How method can be called inside code behind using jQuery?
What is a cdn? What are the advantages of using cdn?
What is the between $(this) and 'this' in jquery?
What are the approaches of extracting a query string with regular expressions?
Difference between javascript and jquery?
Which operating system is more compatible with jQuery?
Is jQuery is a client or server scripting?
Can we call C# code behind using jQuery?
Explain the script build up by jquery?
How to disable jquery animation? : jquery mobile
Which selector has better performance id or class and why?