Themes and Templating Master Pages
Posted by: Rick Strahls WebLog,
on 19 Mar 2006 |
View original | Bookmarked: 0 time(s)
So I've been mucking around with Themes and Master Pages in ASP.NET 2.0 again. I mentioned that I wasn't quite convinced that Themes are all that useful because Themes natively support only attributes, through CSS files and Skin definitions. Skin files essentially let you pre set default property settings and even templates inside of the Skin definition file.
The problem I see with this approach is that it's pretty limited. If you end up building truly customizable sites I think you'll want...