S
SJ
I want to pass a value in the NavigateURL property of the asp.HYPERLINK tag.
right now i'm using something like this :
asp:hyperlink id="Details" ImageUrl="images/btn.gif"
NavigateUrl='details.aspx?id=<%=p.mystring%>'
But it doesnt evaluate the <%=p.mystring%> into the actual value it
contains. I need this to be done within the aspx page and not in codebehind.
I'm sure there simple syntax to fix this. Any ideas?
Thanks.
right now i'm using something like this :
asp:hyperlink id="Details" ImageUrl="images/btn.gif"
NavigateUrl='details.aspx?id=<%=p.mystring%>'
But it doesnt evaluate the <%=p.mystring%> into the actual value it
contains. I need this to be done within the aspx page and not in codebehind.
I'm sure there simple syntax to fix this. Any ideas?
Thanks.