In the sample below, I need to get quotation marks around <%# eval("AdNum")
%> becuase it is a string
<ItemTemplate>
<a href ="#" onclick='javascript:windowOpen(<%# eval("AdNum") %>)'><%#
eval("catcount") %></a>
</ItemTemplate>
Mark Rae - 19 Dec 2006 09:11 GMT
> In the sample below, I need to get quotation marks around <%#
> eval("AdNum") %> becuase it is a string
So what's stopping you, then...? Guess you still haven't bought that
"ASP.NET For Dummies" book...