views:

13

answers:

0

Trying to find a way to pass in the request.querystring into the navigationurl in the aspx portion of code. So something like this in a hyperlink.

NavigateUrl='<%# "PageToGoTo.aspx?parm1=" & request.querystring("ID") & "&parm2=0" %>'

was thinking that something like that should work... but it doesn't. anyway.. just curious if you can do this.

Thanks