Hi Friends
I want to know the importance of nested master pages in a Web site?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Jun 28, 2012, 12:22 AM
Master pages can be nested, with one master page referencing another as its master. Nested master pages allow you to create componentized master pages. For example, a large site might contain an overall master page that defines the look of the site. Different site content partners can then define their own child master pages that reference the site master and that in turn define the look for that partner's content.
Please refer
http://www.beansoftware.com/ASP.NET-Tutorials/Nested-Master-Pages.aspx
http://www.codeguru.com/csharp/csharp/cs_network/internetweb/article.php/c12621/ASPNET-Tip-Using-Nested-Master-Pages.htm
hope this will help you.