S
scorpion53061
I would like a suggestions on the best way to write 2 arraylists to a
datagrid or if it is even possible.
I would want to do AList.Item(0) = BList.Item(0) and trying to write them
both to a datagrid in seperate columns.
i was thinking about writing the arrays to a datatable in code and writing
that to the grid but I though that would be expensive.
datagrid or if it is even possible.
I would want to do AList.Item(0) = BList.Item(0) and trying to write them
both to a datagrid in seperate columns.
i was thinking about writing the arrays to a datatable in code and writing
that to the grid but I though that would be expensive.