在a .net中,有的时候要动态变换C ,比如有的时候做个性化页面,可以这样做。
<head>
<link id="MyStyleSheet" rel=" tylesheet" type="text/c quot; runat=" erver" />
</head>
之后,在要更换C 的页面中,使用如下代码
Sub Page_Load(Sender As Object, E As EventArgs)
If Not (I ostBack)
MyStyleSheet.Attributes.Add("href","/c /flostyle.c quot;)
End If

