ASP.NET 2.0.....
In my DataList I have a hyperlink like this...
NavigateUrl='Sh op.aspx?Categor yId=<%# Bind("CategoryI d")%>'
This navigates incorrectly to here:
Shop.aspx?Categ oryId=<%# Bind("CategoryI d")%>
Any ideas how I can fix this?
Thanks!
In my DataList I have a hyperlink like this...
NavigateUrl='Sh op.aspx?Categor yId=<%# Bind("CategoryI d")%>'
This navigates incorrectly to here:
Shop.aspx?Categ oryId=<%# Bind("CategoryI d")%>
Any ideas how I can fix this?
Thanks!
Comment