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'm sure theres a 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'm sure theres a simple syntax to fix this. Any ideas?
Thanks.