Turn DataRows into Strings

Shaitan00

Well-known member
Joined
Aug 11, 2003
Messages
343
Location
Hell
Turn DataRows into Strings - RESOLVED -

Given a DataTable [oTable] and string [line], I want to put each row of the datatable into the string.

However this only outputs the values of row[0] (*Header* of DataGrid) over and over again [and not the actual value of each cell inside each row].


- RESOLVED -
Count Column #s and cycle threw without foreach worked perfectly.
 
Last edited by a moderator:
Back
Top