H
Hanan Taiber via .NET 247
It sounds simple but I couldn't figure a way to do it.
All I want to do is re-order the columns on my DataTable. For example, I like to make the second column the last column, make the third the first, etc.
When trying to remove a column from the collection and then add it to back, the data inside it is lost.
Do you know any simple way to do this?
All I want to do is re-order the columns on my DataTable. For example, I like to make the second column the last column, make the third the first, etc.
When trying to remove a column from the collection and then add it to back, the data inside it is lost.
Do you know any simple way to do this?