Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to sort my repeater control (asc=1 or des = 0) on dropdownlist selection value (0 or 1).
my dropdownlist Contains: two values (latest and old)
based on dropdownlist selection i want sort my repeater

thanks
Posted
Comments
Thanks7872 10-Dec-14 8:43am    
And your question is?

1 solution

The simple way is to rebind the repeater based of the value of the drop down in the onChange event.

Something like this will help

Repeater with Paging and Sorting Features[^]
 
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