ASP.NET 2.0 MasterPages and FindControl()
Posted by: Rick Strahls WebLog,
on 09 Apr 2006 |
View original
Argh. I'm going through an older application and replacing a somewhat complex scheme of user control templating with Master Pages today. For the most part this has been going real well until I hit a page that that relies on page inheritance where there's a common page base class that needs to have access to the controls on the page.
ASP.NET has never made this exactly easy, because the base class doesn't allow you access to the controls from the lower level as ASP.NET adds the properties higher...