Rearrange the column order in a datatable/dataset
hi,
i am using VS 2005. In my web application i populated datatable from a dataset. I removed somw unwanted columns using Datatable's Remove() method.
Now I wanted to arrange the order of the columns in my datatable. i.e. my col1 should be col1, col5 should be col2 and col2 should be col3,....so on. Please help me out for doing this.
Thanks in advance..
Kiran
|