Moving DataRows from one DataTable to another
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How would this be accomplished easily? I want to remove all rows in a DataGridView in the DataGridView.SelectedRows property. Then I want to put them in another DataGridView's DataSource. The DataSource for both DataGridView objects is a DataTable. Thanks in advance, Pualee
-
How would this be accomplished easily? I want to remove all rows in a DataGridView in the DataGridView.SelectedRows property. Then I want to put them in another DataGridView's DataSource. The DataSource for both DataGridView objects is a DataTable. Thanks in advance, Pualee