Find a row - and CurrencyManager

  • Thread starter Thread starter jwitt
  • Start date Start date
J

jwitt

Ref: WinXP, .NET 1.1, C#

I have a form with TextBoxes bound to a DataTable.

Is there a way to find a row in the DataTable by a string (matching data
in a column), and then have the row appear in the TextBoxes? I assume I
have to do something with a CurrencyManager ...?

Thanks!
Jim
 
Back
Top