you can loop through the datacolumns + print the column name. you should obviously print the column headers before the rest of the datatable:
vb Code:
For Each c As DataColumn In dt.Columns MsgBox(c.ColumnName) Next
|
Results 1 to 21 of 21
Thread: [RESOLVED] DataTable ProblemThreaded View
|
Click Here to Expand Forum to Full Width |