Asp.net Master Page control dynamically through code behind - Stack Overflow most recent 30 from stackoverflow.com2009-11-27T07:47:21Zhttp://stackoverflow.com/feeds/question/615666http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/615666/asp-net-master-page-control-dynamically-through-code-behind1Asp.net Master Page control dynamically through code behindMiral2009-03-05T16:59:17Z2009-03-06T20:09:26Z
<p>I am having 2 Master Pages and I want to Switch Master page depending on the site, so I want to handle switching the master in code behind.</p>
http://stackoverflow.com/questions/615666/asp-net-master-page-control-dynamically-through-code-behind/615680#6156803Answer by Chris Lively for Asp.net Master Page control dynamically through code behindChris Lively2009-03-05T17:02:40Z2009-03-05T17:02:40Z<p>This is actually pretty easy to do. Check out <a href="http://odetocode.com/Articles/450.aspx" rel="nofollow">http://odetocode.com/Articles/450.aspx</a> for a detailed look at it.</p>
<p>Basically, you are going to override the PreInit handler and specify the page you want to use.</p>