I'm using VS2010 and VB for winforms.
The grid is being populated in an unbound mode.
In columns 0 and 1 (which the user cannot see), I have displayed a key value.
If the user clicks on a row, I want to capture the value in column 0 and column 1 and query the database.
The results are then displayed in a form.
Can you please guide me how to capture the values in the columns.
Each time the user clicks on a new row the values change.
Thank you
Leonard
The grid is being populated in an unbound mode.
In columns 0 and 1 (which the user cannot see), I have displayed a key value.
If the user clicks on a row, I want to capture the value in column 0 and column 1 and query the database.
The results are then displayed in a form.
Can you please guide me how to capture the values in the columns.
Each time the user clicks on a new row the values change.
Thank you
Leonard