Link to home
Start Free TrialLog in
Avatar of TrialUser
TrialUserFlag for Afghanistan

asked on

Sort by column name in Listview

How can I implement sorting in a asp.net listview control in which the user can choose a column name from a dropdown of column names and asc/desc from a drop down too.

ASKER CERTIFIED SOLUTION
Avatar of Dmitry G
Dmitry G
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Again more details required.
Avatar of TrialUser

ASKER

I am displaying the product results in asp:listview. I would be sorting on stuff like :

Price from Low to High
Price from High to Low
ProductName
Best Selling

and so on
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial