Hi Guys,
I have a dropdown in which we add certain items after the dropdown is bound by data from the db, hence the need to sort the dropdown arises. So i need to sort a dropdown which can have duplicates. What is the best way of doing this?
|
|
|||||
|
|
|
Instead of adding items directly to the Dropdown, I would suggest adding them to the data structure that you bind to. If the items in this structure implement |
||
|
|
|
|
Assuming you are binding to a Generic List you can try something like this :
|
|||
|
|