Results 1 to 3 of 3

Thread: datagrid editing

  1. #1

    Thread Starter
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 2000
    Location
    New York
    Posts
    1,075

    datagrid editing

    I have a web form with a datagrid that is bound to my database. I did this by using the oleDbDataAdapter configuration wizard. The datagrid gets populated on the page_load event. The datagrid only has an ID number field. I want the user to select there ID number and then I want to send them to another page that will automatically fill up with all their information...and from here they can update their data. How do I make the records in the datagrid active?

    thanks,
    eye

  2. #2
    Member
    Join Date
    Dec 2000
    Location
    UK
    Posts
    39
    You need to add a Button Column to your DataGrid. You can then trap the DatGrid.ItemCommand event and redirect the user to a page as required.

  3. #3

    Thread Starter
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 2000
    Location
    New York
    Posts
    1,075
    thanks

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