Results 1 to 3 of 3

Thread: [RESOLVED] basic datagrid question

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2005
    Posts
    608

    Resolved [RESOLVED] basic datagrid question

    I'm just starting with datagrids.

    I have to make a list of items. Each item will have a link. But I want the link of the item to have a custom value, not present in the dataset as an item.

    All the essays I've found about asp.net, end up with:

    datagrid.datasource = dataset
    datagrid.databind()

    Now, I need to add custom values to that link, ex: default.aspx?dsRow=4 , where the dsrow is the number of the row in the dataset.

    How could I do that?

    Thanks for reading,
    HoraShadow

    PS: I'm not double posting. I posted in the vb.net forum by mystake.
    Last edited by HoraShadow; Jun 25th, 2005 at 04:02 PM.

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