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
Asp.Net Hein
NA
266
165.8k
Remove duplicate data with LINQ
May 21 2015 12:26 AM
How to remove duplicate from database and bind to drop down list?
Example:
I have the data from one of the table in database -> { A,B,C,D,A,B,B,C } .
I just want to bind to my dropdown list { A,B,C,D }.
Can anybody help me in my problem?
Thanks a lot
Reply
Answers (
2
)
Drop down list
MasterPage