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
Bill
NA
16
0
Data Binding with a Hashtable
Mar 11 2008 3:47 PM
I have a form which is used to add, delete and edit entries containing server details for use in my application. Currently, the values entered into the text boxes on the form are saved when the 'save server' button is clicked, and erased when the 'new server' button is clicked. The servers are displayed in a list box, and when a server is clicked, the fields are updated to show the saved details.
The details are populated from and saved to a Hashtable of Server objects.
I've been looking into data binding, but I can't figure out how to get it to work. There's no database involved, only the hashtable. I could use a dictionary or another type of set if that would make things easier, but what I'd like ideally (if I understand data binding correctly) is for the display of server details to be populated from the data source.
Is what I'm looking for possible?
Reply
Answers (
0
)
Build process in .Net 2005
How to adding data from a checked list box into database