skip to main
|
skip to sidebar
ASP.NET 2.0, 3.5 with C# Cheat Sheet
Tuesday, February 10, 2009
Handling conflicts between Themes and Styles
By default Themes overwrite styles in your page.
Theme="NameofYourSkin"
But if you change it to
StyleSheetTheme="NameofYourSkin"
it will not
If you would like to specify theme in your web.config file you need to write nex line of code
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
▼
2009
(10)
▼
February
(5)
Save and retrieve information from the session (by...
Save and retrieve information from the cookie (spe...
Saving value in view state and populating the text...
Handling conflicts between Themes and Styles
Defining and Using Application settings
►
January
(5)
About Me
Eugene Kochkin
MCTS
View my complete profile
No comments:
Post a Comment