Re: register css style ***
- From: "John Timney \(MVP\)" <x_john@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 23 Oct 2006 21:09:41 +0100
Not as such, but you can dynamically allocate them via attributes if thats
what your looking for.
<head>
<link id="cssStyle***" rel="style***" type="text/css" runat="server" />
</head>
Sub Page_Load(Sender As Object, E As EventArgs)
If Not (IsPostBack)
cssStyleSheet.Attributes.Add("href","Stylesheet1.css")
End If
End SubCant remember where I saw this but its probably what your looking
for.
Its about as close as you'll get to registerclientscript for css files.
--
Regards
John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog
"Lukas Kurka" <kurin123@xxxxxxxxx> wrote in message
news:ehj5ji$28cq$1@xxxxxxxxxxxxxxxxxx
I know about registerclientscript, but is there something for style*** in
ASP.NET 2.0
Lukas
.
- Follow-Ups:
- Re: register css style ***
- From: Juan T. Llibre
- Re: register css style ***
- References:
- register css style ***
- From: Lukas Kurka
- register css style ***
- Prev by Date: Dynamically Populate DataGrid Using SqlDataReader
- Next by Date: Re: MasterPages - Dynamically Created Menus Disappearing
- Previous by thread: Re: register css style ***
- Next by thread: Re: register css style ***
- Index(es):