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 » Properties
  • 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
  • Accessing Master Page Properties from a content page

    As I mentioned in my previous blog post about Accessing a property of a base page from a user control, I am going to explain how to access a property on a MasterPage from the content page. One merely has to check the namespace and the class name of the masterpage, which can be found in the code behind file. Just cast the Content Page’s ...
    Posted to Orcs Goblins and .NET (Weblog) by Brendan on June 21, 2007