D
DIOS
Is there a way to copy the contents of a DataGridView to a DataTable?
I only want the headers and contents copied and not the connection
that the DGV has. In other words something like copying the contents
but not the database connection. The datatable will stand on its own
as if it were manually filled.
p.s. This is not binding a datatable to a DGV. But instead the other
way, copying contents from a DGV to a datatable.
tia
AGP
I only want the headers and contents copied and not the connection
that the DGV has. In other words something like copying the contents
but not the database connection. The datatable will stand on its own
as if it were manually filled.
p.s. This is not binding a datatable to a DGV. But instead the other
way, copying contents from a DGV to a datatable.
tia
AGP