Hello,
I need to know how to order a list alphabetically in a drop down list
ddUserList contains the contents of the list
This is my html code:
<label class="fixed-label" for="text1">Who are you? <span>*</span></label>
<aspropDownList ID="ddUserList" runat="server" CssClass="select" AutoPostBack="true" OnSelectedIndexChanged="ddUserList_SelectedIndexChanged"></aspropDownList>
At the moment they are just randomly ordered. Any help is appreciated.
Thanks
I need to know how to order a list alphabetically in a drop down list
ddUserList contains the contents of the list
This is my html code:
<label class="fixed-label" for="text1">Who are you? <span>*</span></label>
<aspropDownList ID="ddUserList" runat="server" CssClass="select" AutoPostBack="true" OnSelectedIndexChanged="ddUserList_SelectedIndexChanged"></aspropDownList>
At the moment they are just randomly ordered. Any help is appreciated.
Thanks