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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top