Css file problem

I have a problem with themems. I have an app_themes folder in my application that has a mytheme folder. In this folder I have placed the css file. I have used this theme through the app. using web config file .... follwing is the code.

<System.web>

<pages theme="mytheme"></pages>

</System.web>

      

it worikng fine..but problem tht i dont want htis topic on a specific page.

for this i used

Enablingtheme ="false"

in pagedirective.but, but it still applies to the page.

Please suggest me something ...

thanx in advance .. ...

+1


a source to share


1 answer


Well is EnablingTheme

not a valid property name. this is

EnableTheming="false"

      



I would check that you don't have a typo in there.

+2


a source







All Articles