Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

datagrid

Status
Not open for further replies.

fmardani

Programmer
Jul 24, 2003
152
Hi,
Currently I have a web datagrid which has a hyperlink column that when you hover over it it shows the value of the ID for that particular record. Now I would like to get the value of another field as well as the ID for that particular record.

At present when I hover over the hyperlink of each row it shows something like:
default.aspx?id=n
where n = id for that row

Now I would like to make it do this
default.aspx?id=n?date=d
where d is the date of that row

How is this done please?

Thanks
 
I have simply returned a url from my query that appends the query strings to it, so the entire url comes back filled.

dlc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top