Groups | Blog | Home
all groups > dotnet xml > july 2004 >

dotnet xml : collection example


john m
7/24/2004 7:09:08 PM
Hello,

I would like to find an example of how to handle
serializing/deserializing collections in VB.net

i have an XML file that contains a collection of elements that have two
keys. I would like to populate a combo box with each unique value of key
one.

then the other combo box is populated with each unique value of key two,
filtered by the key one value shown in combo 1

the combination of the two combo box values still returns a selection of
elements that meet both criteria.

i did this before in VB6 using DOM

just dont know the best way in VB.net

i used the xsd program to make a class from an xml schema. what next?

thanks in advance for any help with newbie question


jm

Dino Chiesa [Microsoft]
7/28/2004 1:40:39 AM
an example of serializing collections in VB.NET

http://www.winisp.net/cheeso/srcview.aspx?dir=xml-serialization&file=collect.vb


de-serializing is just the converse. It is not shown in this example.


[quoted text, click to view]

AddThis Social Bookmark Button