Hi,
I have a datagridview with records completed by datatable dt:
This datatable has 20 columns with 1 identity column
dataGridView1.D ataSource = dt;
I need to solve next problems:
1. Select rows filtered by column[2]
2. Keep these records
3. Add exactly the same records below but update column[2] with different value (so we’ll have twice more records)
I used...
User Profile
Collapse
Profile Sidebar
Collapse
opendoor8
Last Activity: Jan 11 '16, 05:14 PM
Joined: Jun 12 '15
Location:
-
DataGridView Datatable Copy-Keep-Add-Update rows
Last edited by Rabbit; Jun 13 '15, 12:59 AM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More