Geekette's Blogette

Trying to keep up with technology

  Home  |   Contact  |   Syndication    |   Login
  106 Posts | 1 Stories | 97 Comments | 18 Trackbacks

News





Article Categories

Archives

Post Categories

Image Galleries

BLOGS

Did some research to do a quick presentation on Themes (skin & css files) in ASP.NET 2.0.  Still trying to decide when it's best to use skin files over css files.  Already figured out that an object property should not belong to both.  Tested some, and haven't been able to receive consistent results.  Is it because...

1. Caching - How does the ASP.NET Developer server work?
2. When using multiple css / skin file-  Are they always applied in the same sequence
3. ???? who knows ????

I seem to experience the most inconsistencies when changing the document.Theme or document.StyleSheetTheme properties AFTER I have started using them, i.e. switching back and forth between document.Theme and document.StyleSheetTheme to test the differences between the two properties, I have noticed that the @Page directive was not always updated to reflect changes made in Design View.  Not sure what's going on there - need to do some more testing with a better attitude.

One “quirk” that is consistent:-          Design view displays form with skins applied when using document.StyleSheetTheme but NOT when using document.Theme

posted on Thursday, May 25, 2006 6:41 PM