Link to home
Start Free TrialLog in
Avatar of jaleelsharaf
jaleelsharaf

asked on

Select DataGridView row

I am working on a program for customers,, Simply,, I have two forms:
Form1 contain datagridview to show all the customers..
Form2 contain Customer ID, Customer First Name, Customer Last Name, Customer Importance (all TextBox)
I am using VB.Net 2005 Express and SQL 2005 Express Edition..

I need to know how If the users click on a row in a datagridview it show the full record(row) in the second form.

I have done the second page correctly when it show the record with a buttons add, update save and delete..

but how can I show the full row with its values to the form 2 in textbox ...
I prefer a sample code if avaliable..
Regards,
ASKER CERTIFIED SOLUTION
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial