johnkoutstaal
Programmer
Dear vb .net users,
Being programming in Vb .net we are busy to get information from a datagrid that's get's the information from a dataset (msAccess database).
With the script:
Label1.Text = datagridPeople.CurrentRowIndex()
we can find the record that's selected by the event mouse-up.
How can we get the field value (for example "name") from this selected record?
Hope you can give information.
Regards,
John.
Being programming in Vb .net we are busy to get information from a datagrid that's get's the information from a dataset (msAccess database).
With the script:
Label1.Text = datagridPeople.CurrentRowIndex()
we can find the record that's selected by the event mouse-up.
How can we get the field value (for example "name") from this selected record?
Hope you can give information.
Regards,
John.