.Net Gate

Creating Efficient ASP.NET AJAX Applications

ASP.NET AJAX UpdatePanel control introduced a new mechanism to avoid page flickers during postbacks , while we did gained from this approach we should carefully use the UpdatePanel control.

ASP.NET AJAX was not only introduced to give us a user friendly application but also to provide us with an efficient and performed applications and to minimize the amount of data sent on the wire during postbacks, here am just giving couple of tips to follow while using the UpdatePanel control

Am summarizing here couple of tips you should follow

1-      Whenever using multiple UpdatePanel controls in your page consider setting the UpdateMode property to conditional to minimize the amount of data sent over the wire.

2-      Whenever using the UpdatePanel control try to nest only those controls that will be updated from the server against the pages’ events

3-      Try to avoid using the UpdatePanel control, the only drawback of using this will be including some javascript code, the effort you will introduce in doing so will increase your application's performance.

Consider reading the following articles
UpdatePanel Tips and Tricks
ASP.NET AJAX Architecture

Enjoy J


kick it on DotNetKicks.com
Published Saturday, August 25, 2007 6:08 AM by hus
New Comments to this post are disabled

Post Calendar

<August 2007>
SuMoTuWeThFrSa
2930311234
567891011
12131415161718
19202122232425
2627282930311
2345678

News

Add to Technorati Favorites

Syndication






© All rights are reserved