I have a multidimensiona l array (string [][]) that I need to put into a
datatable. I was going to move it into a DataTable and then bind that to a
DataGrid.
String[0] has the column titles. I can do this with a Do loop, but was
wondering if there is a better way.
Thanks,
Tom
datatable. I was going to move it into a DataTable and then bind that to a
DataGrid.
String[0] has the column titles. I can do this with a Do loop, but was
wondering if there is a better way.
Thanks,
Tom