J
Jeremy
Rather than hard-coding a reference to a css file in the HEAD of an aspx
page, like this...
<link rel="stylesheet" href="../css/admin.css" type="text/css">
How can I dynamically specify the particular css file to which the aspx page
is to link at runtime?
Thanks.
page, like this...
<link rel="stylesheet" href="../css/admin.css" type="text/css">
How can I dynamically specify the particular css file to which the aspx page
is to link at runtime?
Thanks.