PC Review Forums Newsgroups Microsoft DotNet Microsoft ADO .NET How to adjust the order of column in a DtatTable

Reply

How to adjust the order of column in a DtatTable

 
Thread Tools Rate Thread
Old 07-02-2006, 07:48 PM   #1
ad
Guest
 
Posts: n/a
Default How to adjust the order of column in a DtatTable


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 ?


  Reply With Quote
Old 08-02-2006, 03:34 AM   #2
=?Utf-8?B?VmFsIE1henVyIChNVlAp?=
Guest
 
Posts: n/a
Default RE: How to adjust the order of column in a DtatTable

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

--
Val Mazur
Microsoft MVP
http://xport.mvps.org


"ad" wrote:

> 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 ?
>
>
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off