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...
hi,
i need to add a DataColumn at a specific location..
thers an addat method supposedly in asp.net..not too sure if its supported in vb.net
heres my code.
--myDt some dataTable
--myCol some dataColumn
myDt.columns.add(myCol)
this always add the new column at the end.
how do i get to add...
hi,
i need to add a DataColumn at a specific location..
thers an addat method supposedly in asp.net..not too sure if its supported in vb.net
heres my code.
--myDt some dataTable
--myCol some dataColumn
myDt.columns.add(myCol)
this always add the new column at the end.
how do i get to add...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.