Results 1 to 2 of 2

Thread: datagrid

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    London
    Posts
    678

    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

  2. #2
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018
    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
  •  



Click Here to Expand Forum to Full Width