Can you call C# code-behind method using jQuery? If yes,then how?
Answer / 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 |
How can you select all elements in a page using jquery?
Is jQuery is a client or server scripting?
List the basic selectors in jquery?
How can events be prevented to work after an ajax request?
What is the difference between find and children methods in jquery?
What does dollar sign ($) means in jQuery?
Is jQuery is a replacement of JavaScript?
How do you disable or enable a form element?
Why do we use jquery? : jquery mobile
Is jQuery a W3C standard?
How to use jquery.connect?
Is it possible that jquery html work for both html and xml document?