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 |
What is the use of .size() method in jquery?
Do we need to add the jquery file both at the master page and content page as well?
Explain the difference between jquery.size() and jquery.length?
How to disable/enable an element with jQuery?
How do you check if an element is empty?
What is difference between prop and attr?
What is the difference between onload() and document.ready() function used in jquery?
What are the advantage of using cdn? : jquery mobile
Change the url for a hyperlink using jquery?
Which one is more efficient, document.getelementbyid( "idname") or $("#idname)?
Which version of jquery file should be used?
Define the use of each function in jquery?