TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Bineesh Viswanath
NA
1k
775.4k
Sort DropDownList in ASP.NET
Aug 24 2013 12:21 AM
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?
Reply
Answers (
10
)
asp.net button
error