Finding Child Item Controls in ASP.NET

Posted by: Rick Strahls WebLog, on 27 Jun 2007 | View original

I was mucking around with some old control code today where I have a control that has an array of child items. While making some modifications I realized that I really wanted to make some of these controls available as child controls. But alas it turns that ASP.NET is not readily firing any 'add' control methods (AddParsedSubObject and CreateChildren) when a control is not a direct child of the parent. So for example, I have a TabControl that looks like this:/// <summary> /// Summary description...

Advertisement

Similar Posts

  • August 9th ASP.NET Link-Listing more
  • Sharepoint 2007: List Events Practical Example: Creating a rigged survey!! more
  • Building your own data bound controls... more
  • Templates - Part 1 more
  • Templates - Part 2 more
  • WCF RSS Sample more
  • Repeating myself (should be: overriding autogenerated item IDs in Repeater) more
  • Avoid IISRESET in ASP.NET applications (added bonus: ASPRESET) more
  • Sharepoint 2007 - Enabling Custom Authentication using a Custom Membership Provider more
  • Sharepoint 2007 - Enabling Custom Authentication using a Custom Membership Provider more

News Categories

.NET | ADO.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Community Server | dasBlog | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD