hi,
can anyone tell me how to do the following
e.g. code
datatable dt1,dt2
dt1.columns.add(dt2.columns.item(0))
basically how do i copy a datacolumn from one datatable to another.
when i use the above code..it throws an error that the column already belongs to another datatable
i appreciate any input.
thx
jes
can anyone tell me how to do the following
e.g. code
datatable dt1,dt2
dt1.columns.add(dt2.columns.item(0))
basically how do i copy a datacolumn from one datatable to another.
when i use the above code..it throws an error that the column already belongs to another datatable
i appreciate any input.
thx
jes