Data Find Row and Databinding

  • Thread starter Thread starter Jeronimo Bertran
  • Start date Start date
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
 
Hi Jeronimo

Why don't you just load a default bitmap from a file or embedded resource if
you have a null and return that as e.Value...

Nigel Armstrong
 
Back
Top