Blue Theme Orange Theme Green Theme Red Theme
 
Team Foundation Server Hosting
Home | Forums | ASP.NET 2.0 Tutorials | Web Services | How Do I...? | Class Browser | WPF Quick Starts | Advertise with Us
 | Consulting  
Submit an Article Submit a Blog 
Search :       Advanced Search »
Home » Blogs Home » Blog Detail

Update Panel Overuse? Be a bit cautious in terms of slowness (performance issue)

 by Anil Kumar on May 11, 2011

Don’t be careless while using Update Panel in your project. It can slow down if you not care.
Comments: 0 Views: 1316 Printable Version 

Before asynchronous mechanism in web development, huge transfer of data over network and slowness was a big problem. Later we got the way to send only a required portion of page to server and get it updated in webpage without flicker (by AJAX). As a web developer you know that it requires writing code in Java Script and it is not easy for all. As Microsoft always focus to provide end-user easy-accessibility they built a readymade Update Panel by putting AJAX mechanism behind the scene which can be used without writing any manual java script / AJAX code.  

Update Panel are created to make the easy use. So we minimize the use of Postback and at the completion of an asynchronous call/request, a Callback take care. Though Update Panel may not so good in terms of performance compared to web methods/JSON, it is used much than them.

Note that we can overcome this issue by handling Update Panel with Java Script or jQuery.  

Avoid overuse Update Panel; But with writing/handling by your own Java Script/jQuery.

 

Comment Request!
Thank you for reading this post. Please post your feedback, question, or comments about this post Here.
 
What do you say about this post? Post a comment here
*Title:
*Comment:
 
Comments not available.
Team Foundation Server Hosting
Become a Sponsor

 Blogger's Profile
Age: Not Available
Location:
Title: Developer
Joined: Dec 05, 2010
Education: Bachelors Degree
 More Blogs from this Blogger
No record available
 Latest Blogs
[Video] OnClose Handler
[Video] Storing and Loading the Window and Toolbar position
The Euclidean Algorithm
Swapping Exe Process
How Exe file is Generated by VS2005 C++ Project?
What is Exe
Header files: Multiple Inclusion problem - Solution B
Header files: Multiple Inclusion problem - Solution A
Header files: Multiple Inclusion problem - Reason
Header files: Multiple Inclusion problem
View all »
 Latest Jobs
More ... 
 Latest Interview Questions
More ... 

 © 2012  contents copyright of their authors. Rest everything copyright Mindcracker. All rights reserved.