multidimensional array into a datatable

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tshad

    #1

    multidimensional array into a datatable

    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


Working...