I have a dynamic data region that i created in DMX that displays a recordset from sqlserver. One of the fields is called username. I would like to make each username a hyperlink so a person viewing the report can click on any username and have it redirect to another page passing the username as a parameter.
the new link would be report2.asp (somehow with the parameter sessionusername = (what they clicked on the other page).
username
john
joe
jacob
when user click on a specific name:
etc....
is this possible and how hard to modify my dynamic data region?
ASP
sql server 2000
dmx
the new link would be report2.asp (somehow with the parameter sessionusername = (what they clicked on the other page).
username
john
joe
jacob
when user click on a specific name:
etc....
is this possible and how hard to modify my dynamic data region?
ASP
sql server 2000
dmx