Click to See Complete Forum and Search --> : Sort DropDownList Items


dewoul
May 21st, 2007, 05:27 AM
Hi all,
i want to sort the items of a drop down list by text in c#! has anibody an idea?
Thank's

mcmcom
May 21st, 2007, 08:52 PM
How is the drop down list being populated? if its from a database or something then you can just modify the SQL that is used to populate the list.

heres an other way :http://forums.aspfree.com/code-bank-54/asp-net-using-c--sorting-dropdownlist-by-text-or-value-79339.html

hth
mcm