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 |
Define bind() and unbind elements in jQuery?
Which operating system is more compatible with jQuery?
Explain width() vs css(‘width’)?
What is jquery.noconflict? Explain
How to add a class to html element?
Is jQuery a library for client scripting or server scripting?
Define .siblings() method in jquery?
When can jquery be used?
What is the use of clone method in jQuery?
Is Uncaught TypeError: $(…).modal not a function jquery?
How can I select 20th div with jquery?
How can you use a jquery library in your project?