I have datagridview but i want to put the datagridview data to datatable which will be accessed by crystal report using dataset. the datatable is inside the dataset.
Asked
Active
Viewed 87 times
1
-
can u provide your exiting code – Thomas Jan 29 '17 at 08:41
-
1how the data binded in the datagridview, it is a collection of datatable – Thomas Jan 29 '17 at 08:43
-
2Possible duplicate of [How to make a DataTable from DataGridView without any Datasource?](http://stackoverflow.com/questions/3109009/how-to-make-a-datatable-from-datagridview-without-any-datasource) – OhBeWise Jan 30 '17 at 14:36