Asp.net Master Page control dynamically through code behind - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T07:47:21Z http://stackoverflow.com/feeds/question/615666 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/615666/asp-net-master-page-control-dynamically-through-code-behind 1 Asp.net Master Page control dynamically through code behind Miral 2009-03-05T16:59:17Z 2009-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#615680 3 Answer by Chris Lively for Asp.net Master Page control dynamically through code behind Chris Lively 2009-03-05T17:02:40Z 2009-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>