Can you call C# code-behind method using jQuery? If yes,then how?



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

Post New Answer

More jQuery Interview Questions

What is the difference between $(window).load and $(document).ready function in jquery?

0 Answers  


How to run an event handler only once in jQuery?

0 Answers  


What is the difference between $('div') and $('<div/>') in jQuery?

1 Answers  


What are the guidelines for an application to follow the principles of progressive enhancement.

0 Answers  


Have any of your startup projects failed dismally - if so, why and how did you learn from them?

0 Answers  






How to add and remove css classes to an element using jquery?

0 Answers  


How to increase cursor size in html body using jquery?

0 Answers  


How to create, read and delete cookies with jquery?

0 Answers  


What are some of the ways to provide effects? : jQuery Mobile

0 Answers  


Why we need jquery mobile? : jquery mobile

0 Answers  


What is event.stoppropagation? : jquery mobile

0 Answers  


How to keep the submit text from showing with jquery mobile? : jquery mobile

0 Answers  


Categories