|
-
Sep 19th, 2002, 09:10 AM
#1
Thread Starter
Frenzied Member
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
-
Sep 24th, 2002, 04:50 PM
#2
Member
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.
-
Sep 25th, 2002, 07:19 AM
#3
Thread Starter
Frenzied Member
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
|