Jason

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.

Answers (6)