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
David Smith
NA
2k
0
Listbox
Mar 4 2010 11:19 PM
hi Im sending strings to a listbox,
How do i get a count of a specific string,
Listbox test = new Listbox();
if (sEtag[0] == 'E' || sEtag == "F001" || sEtag == "F000"||sEtag=="A083")
{
test.Items.Add(sEtag.ToString());
}
how do i get the count of one of those four strings from the listbox?
Reply
Answers (
12
)
Server 2008 - How do I: Add remote user
MS CHART