I'm using a css on my project. I'm linking the css with my aspx with the link tag:
<LINK href="styles/styleBug.css" type="text/css" rel="stylesheet">
Everyting work fine, until the page is posted back. Then, it looses all styles and colors, like if it wasn't linked to the css file.
Is there any way to force a link after a postback, or to avoid loosing the link?
NetAngel
<LINK href="styles/styleBug.css" type="text/css" rel="stylesheet">
Everyting work fine, until the page is posted back. Then, it looses all styles and colors, like if it wasn't linked to the css file.
Is there any way to force a link after a postback, or to avoid loosing the link?
NetAngel