Finding a Row

  • Thread starter Thread starter Christopher Weaver
  • Start date Start date
C

Christopher Weaver

I can get this to work:

DataRow rowFoundRow = dataSource.Rows.Find(cbText)

but I can't figure out how to move the CurrencyManager.Position to that row.
Any help here?
 

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