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?
DataRow rowFoundRow = dataSource.Rows.Find(cbText)
but I can't figure out how to move the CurrencyManager.Position to that row.
Any help here?