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
Kundan Jha
770
1.1k
320.9k
CheckedListBox in Windows Application
Nov 10 2015 8:42 AM
Please Let me know, What types of Data a CheckedListBox Contains?
Problem
:
I have Bind the CheckedListBox using following codes:-
CLB_Subjects.DataSource = DAL.GetDataFromSql("select * from tblsubject");
CLB_Subjects.DisplayMember = "subjectname";
CLB_Subjects.ValueMember = "subjectID";
Now,
I unable to
iterate
Items form collection
CheckedListBox
using Foreach loop Below
:-
foreach (CheckedListBox item in CLB_Subjects.Items)
{}
Reply
Answers (
1
)
selecting a random name from a txt file using c#
database connection Access 2007 and Access 2003