waltersbrick
New Member
I have a DataTable with 2 columns in it. I would like to insert another column to the start, and move those 2 columns to the right by 1.\[code\] DataTable dtCurrentTable = (DataTable)ViewState["CurrentTable"];\[/code\]Any ideas how I could do this?Thanks.