Hey guys,I have multiple drop down lists on my form and each one has to
be populated with data depending on what was chosen from the pervious
drop down list.i.e. when they select "kensington campus" in the campus
ddl "roundhouse,squarehouse,..." is then populated into the buidling
ddlI want to implement this by reading an XML file and searching through
the nodes to find the selected campus and then pulling out all the
buildings associate with that node to populate the next ddl. My problem
is tha...