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.
Trackback: http://publish.creative-weblogging.com/publish/mt-tb.pl/80596
Mr Wong
Vote for Update panels for implementing Ajax may not be an effective solution in frequently used functionality:
|
Rating: 9.25 out of 4 vote(s) cast.
|
Response from:
UniversalUpdate.com
Subscribe
Use the search to look for other interesting posts
| RSS | See all blog subscribe options |
|
What is RSS? | |
| Yahoo! |
|
| Addthis |
|
| Bloglines |
|
| Newsletter | |
| Follow us on Twitter! |










