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?
 
Back
Top