F
fabrice
hi,
i have populated and bind a datgrid conrol with a dataset.
is it possible to recreate a datable which will be populated with data from
the datagrid.
I m trying this solution,
Dim mytable As DataTable = CType(MyDataGrid.DataSource, DataTable).
But it seems no working.
If I want to count rows, for example, with this function mytable .Rows.Count
, i get an error.
thanks for you help.
fabrice
i have populated and bind a datgrid conrol with a dataset.
is it possible to recreate a datable which will be populated with data from
the datagrid.
I m trying this solution,
Dim mytable As DataTable = CType(MyDataGrid.DataSource, DataTable).
But it seems no working.
If I want to count rows, for example, with this function mytable .Rows.Count
, i get an error.
thanks for you help.
fabrice