|
-
Jul 6th, 2004, 08:38 AM
#1
Thread Starter
Fanatic Member
datagrid
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
-
Jul 6th, 2004, 09:44 AM
#2
Fanatic Member
Have a look at using some kind of helper method.
http://www.datagridgirl.com/faq.aspx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|