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 .empty() vs .remove() vs .detach().
What are the paremeter of jquery ajax method?
What are the selectors in jquery? How many types of selectors in jquery?
What is jquery.noconflict? Explain
What is finish method in jQuery?
What is the difference between the id selector and class selector in jquery?
explain width() vs css(‘width’) in jquery
How to add or remove classes to an element in jquery?
Can we use protocol less URL while referencing jQuery from CDNs?
Is jquery still relevant 2019?
What is the difference between $.map and $.grep in jQuery?
How can you disable jquery animation?