hi
this regards asp.net 1.1
I have following problem I would like to change attribute of <LINKtag via
ASP
I have this definition inside <HEADsection of my aspx file
<LINK id="stylesheet " href="test1.css " type="text/css" rel="stylesheet " >
I want it to be changed to following when user checks different theme from
dropdown list:
<LINK id="stylesheet " href="test2.css " type="text/css" rel="stylesheet " >
Thanks in advance!!
this regards asp.net 1.1
I have following problem I would like to change attribute of <LINKtag via
ASP
I have this definition inside <HEADsection of my aspx file
<LINK id="stylesheet " href="test1.css " type="text/css" rel="stylesheet " >
I want it to be changed to following when user checks different theme from
dropdown list:
<LINK id="stylesheet " href="test2.css " type="text/css" rel="stylesheet " >
Thanks in advance!!
Comment