|
Look at the following data:
Use "DataList" to bind "Department" and "Total Score" to the database. "Order" is not bound. It should be displayed as: first place ... second place ...
Rank Department Total
Rank Other 79
Rank Biochemical Engineering 69
Ranking Department of Computer Science 67
Rank Hospital Office 65
Rank Department of Basic Science 64
Ranking Department of Economic Management 63
Ranking Department of Mechanical Engineering 57
Rank Electrical Engineering 56
The final result can be displayed like this:
Rank Department Total
1st Other 79
2nd Department of Biochemical Engineering 69
3rd Department of Computer Science 67
4th Place Office 65
5th Place: Department of Basic Science 64
6th Department of Economic Management 63
7th Department of Mechanical Engineering 57
8th Department of Electrical Engineering 56 |
|