[thelist] ASP.NET: accessing the style of the pageinserver-sidecode?

Jason Handby jasonh at corestar.co.uk
Tue Sep 30 04:25:31 CDT 2003


Hi Darren,


> use a literal in the head and then assign the new style to its text
> property is what i'd go with.
>
>    <head>
>       <style>
>          <asp:literal id="newStyle" runat="server" text="" />
>       </style>
>    </head>
>
> if you don't have any other style declarations, you could also have the
> literal output the <style></style> tags.

Thanks Darren, that looks like exactly what I want. And thanks to everyone
for their input!



Jason



More information about the thelist mailing list