Well we wanted to bind a dropdownlist to an XML file on the HDD of the server. This could be done a couple of ways, but because we specifically want to use a DataSet later in learning we will use that object for this purpose. First create the DataSet Dim ds as new System.data.Dataset Then [...]