J
jm
I have this:
<asp:hyperlink ....Text='Women's' />
It keeps telling me server tag not well formed. If I take the
apostrophe out of the text property it works. I have tried:
'Women\'s'
and it does not work.
Thanks for any help.
<asp:hyperlink ....Text='Women's' />
It keeps telling me server tag not well formed. If I take the
apostrophe out of the text property it works. I have tried:
'Women\'s'
and it does not work.
Thanks for any help.