6
Answers

Copy specific Column data from one datatable to another

Farhan Shariff

Farhan Shariff

10y
14.4k
1
I want to copy column data "Split" and "D_ID" from table1 to table2
table1
C#1
C#2
C#3
--
---
---
--
---
Split
D_ID
                   
table2
C#--
C#--
   
output
C#--
C#--
Split
D_ID
       

Answers (6)