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
Shivaraj Poojary
NA
92
314.1k
How to remove Items from CheckedListBox in windows application
Aug 13 2011 1:10 AM
Hi Experts...I am developing windows application...i want to know how to remove selected items from the CheckedListBox. I have the following code but it is working for only one checked item
checkedListBox1.Items.Remove(checkedListBox1.SelectedItem.Tostring());
Reply
Answers (
4
)
dojo editor with json
Unable to call HttpWebResponse.GetResponse() method from web service