D
David W
I need to include a style sheet link in the aspx page based on what user
they are.
Basically this functionality, but using code behind. Any idea how to change
this line to code behind? This breaks once we include an AJAX control on
the page.
<head runat="server">
<link href="/textfiles/style<%= Session("partner_id") %>.css"
rel="stylesheet" type="text/css">
</head>
Thanks.
they are.
Basically this functionality, but using code behind. Any idea how to change
this line to code behind? This breaks once we include an AJAX control on
the page.
<head runat="server">
<link href="/textfiles/style<%= Session("partner_id") %>.css"
rel="stylesheet" type="text/css">
</head>
Thanks.