How to get current row? (C#)

trantt

Member
Joined
Aug 10, 2003
Messages
5
is it a way that I can get the current row from a DataTable object?

Example:

oRowTarget = oDataTable.Rows.Find(oPrimObj)

Once I located the row that Im looking for (by using .Find function), I would like to be able to modify it.

Thanks
 
Back
Top