asp.net tags
- From: Amir Ghezelbash <amir_gh99@xxxxxxxxxxx>
- Date: Sun, 18 Sep 2005 07:26:11 -0700
Hey guys
doesn any one know why this happnes
i have a master page with a public property
public string CssFileName {
get {
return css;
}
set {
css = value;
}
}
now in my master page i have a tag like this
<link href="Scripts/Css/<%= CssFileName %>" rel="style***"
type="text/css" />
but this renders as
<link href="Scripts/Css/<%= CssFileName %>" rel="style***"
type="text/css" />
but the same method works for Javascript tag it renders it fine
any idea why this happnes?
---
Best Regards
Amir
*** Sent via Developersdex http://www.developersdex.com ***
.
- Follow-Ups:
- Re: asp.net tags
- From: Scott Allen
- Re: asp.net tags
- Prev by Date: Re: Parser error in Global.asax
- Next by Date: Re: Server Side Validation
- Previous by thread: Re: Autorefresh page at client
- Next by thread: Re: asp.net tags
- Index(es):