I have two datatables. The first datatable is called DGVS and the second is called DGV_COLUMNS. The DGVS table defines the individual DataGridViews and the DGV_COLUMNS are the columns associated with the DGVS. In my form I have a tabcontrol...the first tab is the DGVS table and the second tab is the DGV_COLUMNS table. If I were to select any single row (a DGVS item) the DGV_COLUMNS table will filter only the DGV_COLUMNS associated with that DGV. What I'm trying to do is Clone (or duplicate) a datarow in the DGVS table and alsio have it clone (or duplicate) the datarows associated to it in the DGV_COLUMNS table. I can't for the life of me figure this out. Any suggestions?
Keep in mind.. i'm new at programming.

squanch
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.