Hi folks,
I have a situation where updates to a theme CSS are not being displayed on the ASPX page.
I have set up APP_THEMES/DEFAULT as the "default" theme. Inside, there's DEFAULT.CSS. When I started working with the site, everything was fine...changes to the CSS would be displayed without issue.
I thought I would include a SKIN file to handle the tedium of datagrids, etc, so I added one in, defined the datagrid, and everything seemed OK (the skin definition in the SKIN file referenced the styles from the CSS file).
However, I decided that I didn't need to go as far as having a SKIN file, so I deleted it (Just DELETE from the VS2005 IDE Solution Explorer).
It seems now that whenever I make changes to the CSS file, elements on the web page which refer to classes within the CSS file no longer reflect those changes. No matter what I do (for instance, changing a font size), the page still displays the same formatting.
I used the Web Site Copy functionality in the VS IDE, closed the project, and opened the copied project in the IDE WITH changes to the CSS file (changing font size from 14px to 140px), and the copied version displayed the 140px font size. However, changing the CSS class back to 14px had NO effect on the copied site.
I am using the embedded web server that shipped with VS2005. If anyone has any suggestions, it would be appreciated.
Thanks,
Chris