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 it at say the 1st position or the 2nd..
thnks for your input in advance
jes
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 it at say the 1st position or the 2nd..
thnks for your input in advance
jes