T
tma
How do I accomplish something like the following:
<a href="http://myURL.com/ws/ISAPI.dll?item=<%# databinder.eval(Container,
"DataItem.ItemID")%>" target=_blank><%# databinder.eval(Container,
"DataItem.ItemID")%></a>
Interestingly, it works when I build it, but VS will not let me go to Design
mode with this HTML. I want to pass a parameter to via the URL and have the
hyperlink text equal to the variable as well.
Thanks.
<a href="http://myURL.com/ws/ISAPI.dll?item=<%# databinder.eval(Container,
"DataItem.ItemID")%>" target=_blank><%# databinder.eval(Container,
"DataItem.ItemID")%></a>
Interestingly, it works when I build it, but VS will not let me go to Design
mode with this HTML. I want to pass a parameter to via the URL and have the
hyperlink text equal to the variable as well.
Thanks.