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
kevin
NA
15
0
Listbox Items Question
Feb 18 2010 12:27 AM
I'm sending Selected items form a listbox to a textbox by pressing a button using this syntax:
private void btnDesserts_Click(object sender, EventArgs e)
{
textBox1.Text += lbxDesserts.SelectedItem.ToString() + ", ";
}
but when i click the button only 1 item is inserted into the texbox, but i selected 3 items.
Any idea?
Reply
Answers (
2
)
Radiobutton to texbox
Populating the TreeView