Microsoft Bug

Joined
Jun 10, 2005
Messages
8
Reaction score
0
In ASPX Page,

For unknown reasons, sometimes the CSS disappears on reload of the ASPX page.
Be it a Datagrid refresh, a button click that does a PostBack ! ! !

I have tried ways to include the external CSS

<link href="xyz.css" rel="stylesheet">

import url(http://xyz/abc.css)

ultimately the only solution was to Embedd the CSS in to page itself.

Check it out ! or suggest ! ! !
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top