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>
<asp
ropDownList ID="ddUserList" runat="server" CssClass="select" AutoPostBack="true" OnSelectedIndexChanged="ddUserList_SelectedIndexChanged"></asp
ropDownList>
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>
<asp
At the moment they are just randomly ordered. Any help is appreciated.
Thanks