In ASP.NET, sometimes it is necessary to dynamically transform CSS, such as sometimes personalized page, can do this
hEAD>
After that, use the following code in the page to replace the CSS.
SUB Page_Load (Sender As Object, E as Eventargs)
IF not (ispostback)
MyStylesheet.attributes.add ("href", "/ css / flostyle.css")
END IF
End Sub