W
Wayne Wengert
I saw that the process of inserting that link had wrapped the targeturl
within 2 sets of "<%#..%>" and I rmoved the outer set so it now is:
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl='<%#
Eval("CategoryID", @"Docs.aspx?categoryid={0}") %>'
Text='<%# Eval("CategoryName") %>'></asp:HyperLink>
but I still get the "Character is not valid" error?
within 2 sets of "<%#..%>" and I rmoved the outer set so it now is:
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl='<%#
Eval("CategoryID", @"Docs.aspx?categoryid={0}") %>'
Text='<%# Eval("CategoryName") %>'></asp:HyperLink>
but I still get the "Character is not valid" error?