J
Jeronimo Bertran
I have create a form that is databound to a dataset. I am able to move
through the dataset by using the BindingManagerBase.Position. However, I
need to be able to jump to a specific row in my dataset. I am finding the
desired row in the dataset by using the Find Method in the
DataRowCollection but don't know how to set that row to be the current row
used by the BindingManager.
Thanks,
Jeronimo
through the dataset by using the BindingManagerBase.Position. However, I
need to be able to jump to a specific row in my dataset. I am finding the
desired row in the dataset by using the Find Method in the
DataRowCollection but don't know how to set that row to be the current row
used by the BindingManager.
Thanks,
Jeronimo