5 April 2014

How to retrieve values from the last row in a DataTable?

DataRow lastRow = yourTable.Rows[yourTable.Rows.Count - 1];

No comments:

Post a Comment