How to re-order columns in dataset.

rohitarora3

New member
Joined
Mar 30, 2006
Messages
1
Programming Experience
1-3
hi i am using vb.net 1.1 , and i am trying to reorder columns in a table in a dataset.for eg. In a dataset, a table have 3 columns- C1, C2, C3.and now i want to reorder columns in same table, like C1, C3, C2.Do i need to use Datatable or Dataview?ReplyRohit
 
Just drag them in the designer.. But then again, what possible use is there, of re-ordering columns? Programs should never rely on column order to mean anything; thats a bug waiting to happen
 
Back
Top