I have an xml file which lists events: the event name, the weekday, the start time, and the end time.
I want to populate a dropdownlist on my web page with these events. E.g. it should display events as:
Monday 7pm to 8pm dance group
Tuesday 6:30pm to 9pm circuits class
Obviously this requires joining multiple XML fields together when inserting into the dropdownlist.
How can I do this? Btw I'm coding in VB.net. Thanks for any advice.
I want to populate a dropdownlist on my web page with these events. E.g. it should display events as:
Monday 7pm to 8pm dance group
Tuesday 6:30pm to 9pm circuits class
Obviously this requires joining multiple XML fields together when inserting into the dropdownlist.
How can I do this? Btw I'm coding in VB.net. Thanks for any advice.