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 ! ! !
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 ! ! !