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
shubhangi khandale
NA
73
147.4k
Multi selected listbox values get in label
Feb 13 2012 1:58 AM
Hi
How to get listbox multiple selected values in label or string.
I have bind data from table in listbox then when i select multi values then this display in label or string
when i try get values in label then display System.Data.Dataview multi time
my code
for (i = 0; i < lstcsuspectcode.SelectedItems.Count; i++)
{
label18.Text = label18.Text + " " + lstcsuspectcode.SelectedValue;
}
Reply
Answers (
12
)
How to encrypt Password
Regular expression validation