Hi, friends
Can you dynamically assign a Master Page?
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.
Suthish NairPosted Nov 1, 2011, 12:29 PM
void Page_PreInit(Object sender, EventArgs e)
{
this.MasterPageFile = "~/MasterPage1.master";
}
burak gogcegozPosted Nov 1, 2011, 12:27 PM
http://msdn.microsoft.com/en-us/library/c8y19k6h.aspx
There is an example as well..