Use of multiple Master Pages in Asp.net
Can we use more than one Master Page in Our Web Application?
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.
Nitesh KejriwalPosted Oct 15, 2012, 12:43 AM
this.MasterPageFile = "MasterPageName.Master";
However, ensure the placeholder controls placed on the master page you're using matches with your Content page.
Pradip PandeyPosted Oct 15, 2012, 12:02 AM