kev510
Programmer
- Jul 12, 2006
- 61
Hi everyone,
I am trying to program an asp.net webpage that displays data from a table in SQL server 2000, but it needs to display the tables with the columns in alphabetical order. The problem is that the webpage displays about 20 tables (with up to 30 columns per table). There has to be an easier way to sort these columns.
Example -
Table contains AColumn, CColumn, BColumn, DColumn.
The webpage should display -
AColumn, BColumn, CColumn, DColumn
Any help would be appreciated! Thank you!
I am trying to program an asp.net webpage that displays data from a table in SQL server 2000, but it needs to display the tables with the columns in alphabetical order. The problem is that the webpage displays about 20 tables (with up to 30 columns per table). There has to be an easier way to sort these columns.
Example -
Table contains AColumn, CColumn, BColumn, DColumn.
The webpage should display -
AColumn, BColumn, CColumn, DColumn
Any help would be appreciated! Thank you!