How to adjust the order of column in a DtatTable

  • Thread starter Thread starter ad
  • Start date Start date
A

ad

I use the new feature of TableAdapter.
When I add a column in the designer, it appear in the last column.
I can't find out how to adjust it's order.
How can I do ?
 
Hi,

Order of the columns in a DataTable does not matter. But what matters is how
you display it on a screen. Depending on which control your application using
to show data from the DataTable, you could define in which order to show
columns. You should be more specific about what you are using to show the data
 
Back
Top