Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
in Search
Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » ASP.Net » Optimization
  • Performance with DropDownLists and ViewState

    One problem I've noticed on a bunch of sites is a large amount of ViewState. I'm not going to sit here and explain all about ViewState. There are PLENTY of sources for information on that piece of technology. So in an extremely short description of what ViewState is I will say that, ''ViewState is a way of preserving the state of the 'Viewed' ...
    Posted to Orcs Goblins and .NET (Weblog) by Brendan on February 29, 2008
  • Accessing Controls inside of Templated Controls

    One question that seems to come up often in the asp.net forums is from people who are trying to access controls within controls using templates. LoginViews and CreateUserWizard controls are two commonly used templated controls. These templated controls don't actually have their contents known until run-time because it is dependant on ...
    Posted to Orcs Goblins and .NET (Weblog) by Brendan on October 26, 2007