Experts,
I am attempting to read the xml file below, but have become frustrated over the last 24-hrs with my inability to understand xpath and/or linq. Specifically, i'm attempting to abstract data based on user input. For example, if the user inputs"0024" into the "txtCarID" textbox and fires the click event, txtCarModel textbox would be populated with Chevy Camaro and txtOrig textbox would be populated with United States. Moreover, I need to populate the "cboxModel" combobox with all the Model ID associated with that particular car ID; so, if the user inputs "0024" into the "txtCarID" textbox, the "cboxModel" combobox would be populated with A01 and A03. Any help you could provide would be greatly appreciated as I'm trying to learn xml. Thank you!
Student
<>Chevy Camaro
<>Chevy Cruz
VulpesPosted May 18, 2014, 3:54 PM
Note that there are some missing tags in the XML file (as posted). It should be:
matthew kingPosted May 18, 2014, 8:07 PM