|
Well, it is to put the data of one table into another table, and just use a DataGrid to display the data in the middle
============
Put data from one table in another?
If you don't change the content.
DataTable dt = ((DataView) this.DataGrid1.DataSource) .Table |
|