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 are the types of selectors that are used in jquery? Give examples.
Is it possible to use our own specific character in the place of $ sign in jquery? : jquery mobile
How does jquery mobile theming work? : jquery mobile
How we can hide a block of html code on a button click using jquery?
What are the difference between empty(), remove() and detach() functions in jquery?
Tell me what is the use of .size() method in jquery?
Explain why there are two different version of jquery library? : jquery mobile
What is the use of css() method in jquery?
What are selectors in jquery? Explain
What features of jquery, has been used in web applications?
What are the the two types of cdns?
What is method chaining in jquery?