M
Mark Olbert
Can someone explain why the following tag:
<a href='<%# "abc.aspx" %>'>here to login</a>
renders as:
<a href=' '>here to login</a>
?
The same problem occurs if the "abc.aspx" is replaced by SomeProtectedProperty.ToString().
Is there something special/magical about the href so far as ASPNET2 is concerned?
- Mark
<a href='<%# "abc.aspx" %>'>here to login</a>
renders as:
<a href=' '>here to login</a>
?
The same problem occurs if the "abc.aspx" is replaced by SomeProtectedProperty.ToString().
Is there something special/magical about the href so far as ASPNET2 is concerned?
- Mark