2

I'm having problem with themems. I have app_themes folder in my application that have a mytheme folder.In that folder I hvae placed a css file. I have used this theme thruoghout the application. using the web config file....follwing is the code.

<System.web>

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

</System.web>

it's worikng fine..but problem is tht i dont want htis theme on a particular page.

for this i have used

Enablingtheme ="false" in pagedirective.but it is still appliying to the page.

Please suggest something to me...

thanx in advance.. ...

3
  • Where is the css ? I don't think your question is about css.. Commented May 15, 2009 at 11:19
  • It is about css. ASP.NET just wraps it around with so called 'themes'. Commented May 15, 2009 at 11:25
  • I don't think the problem is from a CSS file but more about some ASP.NET coding. I said that because the question was just tagged css.. Commented May 15, 2009 at 12:09

1 Answer 1

2

Well EnablingTheme is not the correct property name. it's

EnableTheming="false"

I'd check that you haven't a typo in there first.

Sign up to request clarification or add additional context in comments.

1 Comment

ya i have used the same ..but not working EnableTheming="false"

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.