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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top