Displaying posts tagged with

“Visual Studio”

Sep
24
2009

VS 2008 Nested Master Page Support – ScottGu’s Blog

 
"Master Page" support was one of the most popular features introduced with ASP.NET 2.0, and is one of those features that almost every new ASP.NET project now uses to deliver consistent layout template support across a web site.
One of the cooler scenarios that ASP.NET 2.0 supports is the ability to have "nested master pages" – [...]