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
matthew king
NA
52
0
Combobox with .txt
Sep 3 2009 11:25 AM
Good morning c# experts,
I have another question for you: Is it possible to populate a combobox with data in a txt file?
For example: I have a textbox (textbox1) where the user enters a building number and based on that input, combobox1 would populate with all the room numbers associated with that building. I already have a txt file with all the corresponding information:
439: 123, 124, 424, 136
321: 134, 843, 339, 399]
So, if the user enters 439 into textbox1, combobox1 would populate with 123, 124, 424, 136. IS that possible?
Reply
Answers (
3
)
(help) retrieve lines from a "multiline" label
Multiline textbox Scrollbars