Blue Theme Orange Theme Green Theme Red Theme
 
Nevron Gauge for SharePoint
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 |How to solve slowness problem !

 by Anil Kumar on May 12, 2011

We can get our Update Panels working faster without writing complex java script code too.
Comments: 0 Views: 861 Printable Version 

 Here are few tricks which can boost the working of Update Panel as they eliminate/minimize the huge data transfer in asynchronous calls.


1.       Set the UpdateMode property conditional for each Update-Panel.

Ex.- UpdateMode="Conditional" ;


2.       Use multiple Update Panel  for each logical section of a webpage so that only a small portion of page which requires to be independently updated/refreshed can communicate/transfer.


3.       Focus on ViewState usage (in terms of data) and minimize it.


4.       Set IsPostBack = true, so that page life-cycle on server-side can be optimized.


5.       Use PageRequestManager. It manages the Update Panel's asynchronous callbacks.


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 ... 
Team Foundation Server Hosting
 © 2012  contents copyright of their authors. Rest everything copyright Mindcracker. All rights reserved.