Master Page Inheritance and User Controls
Posted by: Rick Strahls WebLog,
on 12 Apr 2006 |
View original | NEW Bookmarked: 0 time(s)
I'm still running into problems with trying to get 'templated' master pages to work. The page/control inheritance is still getting in the way.
Here's what I'm doing (recap):
I have a custom directory App_Templates
Sub directories for each theme
In each sub there are copies of all the Master Pages
Each of these master pages can now be templated. There's a little logic in the Page base class that picks up a 'template' master page and routes the MasterPage assignment in PreInit()...