|
-
Jan 3rd, 2003, 04:32 AM
#1
Thread Starter
Addicted Member
collecting data from datagrid and pull it to other commands
i want to identify selected row in datagrid and populate few textboxes with the appropriate data from the dataview/datagrid which connected to a datagrid how can i do that?
i have the folowing event
rivate Sub grdCompanies_Navigate(ByVal sender As System.Object, ByVal ne As System.EventArgs) Handles grdCompanies.DoubleClick
**which code should i put here so when the user double click on a row i get the appropriate data from the dataview and pull it to textbox
End Sub
thanks for help
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
|