M
Martin Arvidsson
Hi!
I have used the SqlCommand and DataReader to read data to a DataSet
This dataset is the used to set the properties; DataMember and DataSource of
the DataGridView.
Now what i want to do is to go to a specific row of the DataGridView.
I have tried to use a BindingSource to find the value and the issue a
position, but it doesn't work
What i want to do is when i acces the grid wich is called as a prompt i want
to position my self on the value based on the field that i call the lookup
from....
Regards
Martin
I have used the SqlCommand and DataReader to read data to a DataSet
This dataset is the used to set the properties; DataMember and DataSource of
the DataGridView.
Now what i want to do is to go to a specific row of the DataGridView.
I have tried to use a BindingSource to find the value and the issue a
position, but it doesn't work
What i want to do is when i acces the grid wich is called as a prompt i want
to position my self on the value based on the field that i call the lookup
from....
Regards
Martin