[thelist] .NET: Generally speeding things up (Ajax?)

Casey Crookston caseyc at IntelliSoftmn.com
Tue Apr 17 18:22:31 CDT 2007


I have a general "best-practice" question.  I have a page that has lots
of textboxes, dropdowns, and labels inside of placeholders and controls.
It also loads many dynamic controls into various placeholders, many of
which use auto-postback.  After a while, the page gets very big, and
each time the user does an auto-postback, it can take a while for ALL of
these controls to re-load from viewstate.

 

What's the best way to speed things up?  Do I need t learn Ajax?  (I
don't think time won't allow for that on this project.)  Is there
another way to avoid reloading all the controls each time?  

 

Thanks,

 

Casey




More information about the thelist mailing list