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
Jason
NA
31
0
Problem deserializing XML
Sep 12 2011 10:10 PM
OK, I have my XML Deserializer working, I can see the data in the object. I'm trying to set it as the datasource of a combo box now, but it's not working.
I used the XSD to create the class.
I even made a List<> but I can't find the right DisplayMemeber etc to use. The item fields are buried pretty deep.
I'm new to using objects, some of the elements support ToList but that seems odd too.
This may be overkill for my little project, I just want to practice using XML in different ways, I'm wanting to populate a listBox and when I click the item it displays the body of the text element in a richTextBox. The data will be stored in an XML file.
Reply
Answers (
6
)
How to get value from ListBox
Data binding with textbox