G
Guest
Hello,
I am a ASPX page where I have defined the style for the head element.
******************
<head runat="server" >
<style type="text/css">
.MyClass
{
background-color: aqua;
}
</style>
</head>
******************
However, instead of doing at design time, I need to do this at run time..
Can someone help how to add this @ run time to the page?.
Thanks,
Ganesh
I am a ASPX page where I have defined the style for the head element.
******************
<head runat="server" >
<style type="text/css">
.MyClass
{
background-color: aqua;
}
</style>
</head>
******************
However, instead of doing at design time, I need to do this at run time..
Can someone help how to add this @ run time to the page?.
Thanks,
Ganesh