CSS not updating

  • Thread starter Thread starter sling blade
  • Start date Start date
S

sling blade

Hi,

I am woring in VS.Net 2003. I am trying to make minor adjustments to
my webpage via my stylesheet.

However the changes that I make don't take effect until I close VS.Net
and open it back up again.

Of course this is very frustrating.

Can someone please let me know the trick to updating the StyleSheet
without having to boot the entire app?


Thanks
 
Can someone please let me know the trick to updating the StyleSheet
without having to boot the entire app?


Thanks

Did you try forcing a refresh in your browser? (In IE it's Ctrl +
refresh button)

Roger
 
Did you try forcing a refresh in your browser? (In IE it's Ctrl +
refresh button)
We had this exact problem as well. :< And this solution (force refresh),
and it worked for us, it should work for you too.

Another solution I've thought of, bu haven't tried yet, is to version number
the css file right in the filename. Not pretty to look at, but when you're
done fiddling with the file and release the webapp, you know your clients
will be downloading the newest/latest and greatest CSS when they goto your
webpage. Just a thought on how to ease your clients experience cause they
may not know how to do the manual refresh or know they have to do the
manual refresh.
 
Back
Top