Iam having a datatable with 3 data columns.
I want to insert the new data column after column 1.
eg.I have a datatable with columns "Name","Address","State"
I want to insert a new column "Profession" between Name and Address.
Please let me know how to do that