How to use the jQuery ajax instead of update panel in Asp.net? I’ve heard it’s lighter that the normal update panel. Also, does it need a script manager?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yea, There will be less overhead on network if you use jQuery instead of UpdatePanel..
however you need to write lot of js code for handling data returned by
GETandPOSTrequests using jquery$.ajax()function.On the other side asp.net ajax will handle DOM updates etc. automatically
check this tutorial
JQuery: Building tomorrow’s Web apps today