10
Answers

Sort DropDownList in ASP.NET

Ask a question
Bineesh  VP

Bineesh VP

11y
2.6k
1
Sir, I want your help in the Sorting of DropDownList in ASP.NET.

I just coded as :-

<asp:DropDownList ID="ddlCountry" runat="server" Width="126px">
        <asp:ListItem>Argetina</asp:ListItem>
        <asp:ListItem>canada</asp:ListItem>
        <asp:ListItem>Germany</asp:ListItem>
        <asp:ListItem>China</asp:ListItem>
        <asp:ListItem>Hungary</asp:ListItem>
        <asp:ListItem>Egypt</asp:ListItem>
        <asp:ListItem>Australia</asp:ListItem>
        <asp:ListItem>England</asp:ListItem>
       
IS there any way to Sort these Items?

Answers (10)
Next Recommended Forum