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 » Performance » ASP.NET » Tips
  • Using a DropDownList without ViewState

    One of the most ViewState heavy controls is the DropDownList. It stores in ViewState the Text and Value for every ListItem in the DropDownList. This means large Lists can get really nasty when ViewState comes into play. They also include all of these entries a second time because they're all in the html. Being in the html will only slow the page ...
    Posted to Orcs Goblins and .NET (Weblog) by Brendan on August 6, 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