I would like to create a simple page that uses an xml file with the following data.
Jobrole Course1 Course2 Course3 Course4
I then need a dropdown that shows all of the jobroles with the xml file and then upon selection of the Jobrole it displays the Course1 to 4 list either i a gridview or just as a list.
I can do this confidently using SQLDataSoure and any relational databsae but I am new to XML and am not sure how to use it.
Is anyone able to provide me with a sample?
Appreciate any help or guidance provided
