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
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