vote up 1 vote down star

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.

flag

79% accept rate

1 Answer

vote up 3 vote down check

This is actually pretty easy to do. Check out http://odetocode.com/Articles/450.aspx for a detailed look at it.

Basically, you are going to override the PreInit handler and specify the page you want to use.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.