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 |
Explain the difference between .empty() and .remove() ?
Define jquery $.ajax() method?
Define each() function in jquery?
How to set jquery mobile responsive table width to 100% width despite css styles? : jquery mobile
Explain which program is useful for testing jquery?
Can you please explain the difference between parent() and parents() methods in jquery? : jquery mobile
How is body onload() function is different from document.ready() function used in jquery?
Is jquery a w3c standard? : jquery mobile
How to disable/enable an element with jQuery?
How can we apply css in even childs of parent node using jquery library?
How do you select an item using css class or id and get the value by use of jquery.
Does jquery follow w3c recommendations?