XML -> Dataset + ComboBox?
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
I am trying to figure out if the following is even possible: XML file is as follows: 456 789 Windows Form App contains a pulldown and a datagrid. The pulldown contains the all the "attribA" values in "section2" of the XML file, and the datagrid is 2 columns, containg the "param" elements (displays "paramX | 456" in the 2 columns) for the selected element in "section2". Can this be done with datasets & data binding? Or must I reparse the entire XmlDoc with every change event on the pulldown? I haven't had much luck at it so far.. ~Mike Stanbrook