PDA

View Full Version : Problem Setting Theme for Master and content Pages?


asifakhtar
05-11-2009, 04:04 PM
Hello,

I am making a web site with master page in C#. I am using membership, Roles and Profile. I have a theme named Green.
In my web.config I did <pages theme=" Green" />. My default page is Login.aspx.
When I run the application the theme is not being applied to the Login.aspx but when I log in it is being applied to all other pages.
I want the theme to be applied to all other pages including Login.aspx when I run the application.

Can someone please help me out?