SIGN UP MEMBER LOGIN:    
Blog

Keep in mind while using Ajax Updatepanel.

Posted by Purushottam Rathore Blogs | AJAX in C# Apr 07, 2011
Keep in mind while using Ajax Updatepanel.
If you have multiple update panels in web page, make sure that you put Updatemode for update panel to "Conditional" to prevent loading of other update panels in any asynchronous post back.

By default update panel will have the updatemode property to "Always" means if any asynchronous pushback is done  for any of the update panel it loads all the update panels in the page. This is against to partial post back rendering.

So it is always a best practice to set Updatemode  property to Conditional to optimize update panel performance wise and to load best results.
share this blog :
post comment
 

good man.for using trigger it is very usefull

Posted by Shirsendu Nandi Apr 08, 2011

Hi Puru nice articles goahead and upload such more articles.

Posted by Rajeev Kumar Singh Apr 07, 2011