Update panels for implementing Ajax may not be an effective solution in frequently used functionality
Filed in archive AJAX by gautam on July 12, 2007



Using web methods one can easily enable ASP.NET AJAX pages to directly execute a page's static methods using JavaScript Object notation
. One can use web method for requesting only that information which is of our need. With it one can solve the problem found in UpdatePanel request and tone down the response to the data which we require. With the aid of JavaScript Object Notation HTTP takes 24 bytes when compared to 872 bytes for UpdatePanel which comes down to a amazing difference of 4,000% and will only go northward with increasing page's complexity. This not only brings down the network footprint but also ensures that there is no need for the server to instantiate the controls of the Update Panel. I certainly agree with Dave that in pressure situations UpdatePanel may not be an effective solution. Permalink: Update panels for implementing Ajax may not be an effective solution in frequently used functionality
Tags:
ajax update panel ASP.NET JavaScript Object Notation HTTP JSON java frequently+used
Trackback: http://www.creative-weblogging.com/cgi-bin/mt-tb.pl/80596












