Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
SQL
12,000 results, 1- 199 displaying
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z All

The order that data is displayed in the table can be re-arranged by clicking on the appropriate heading.
Posted
Updated 20-Sep-13 2:22am
v3
Comments
Ganesh KP 20-Sep-13 8:43am    
Really, I am so worried that I can't understand your question @Anil Kumar. Please specify clearly bro.

1 solution

I can think in three methods to do that:

1. You will have to cycle through all the elements in your "array" and order them.
2. You will have to cycle through all the elements in your "array" and while processing that loop create a new array and insert the right elements in the right order there.
3. Using a third party control that makes that for you.

After that showing the new "array" into the table.

Keep in mind that having a bit more of details (like how you are storing the data) would help a lot to give you a better answer.

Then it is also nice to tell what you've been trying.

Hope this helps. Improve your question though if this is not what you need.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900