G
Guest
Hello
I have attribute-based XML that I have put into a DataSet. Ultimately, I want to dynamically put items in the list box where DataMember equals an attribute in the XML
For example
<Data><Classmates><Classmate Name="Sam" ID="2" /><Classmate Name="Sue" ID="4"/></Classmates></Data
I want two items in the ListBox in this case: Sam and Sue
What is the best way to accomplish this
Thanks in advance
-Sarah
I have attribute-based XML that I have put into a DataSet. Ultimately, I want to dynamically put items in the list box where DataMember equals an attribute in the XML
For example
<Data><Classmates><Classmate Name="Sam" ID="2" /><Classmate Name="Sue" ID="4"/></Classmates></Data
I want two items in the ListBox in this case: Sam and Sue
What is the best way to accomplish this
Thanks in advance
-Sarah