I am trying to put two dropdown lists on a page just by using ASP.Net(
VB) How can I accomplish this so that the content of the second dropdown list is controlled by the first? ideally I'd like to populate the first and second one using a web control attached to an Access db; when the SelectedIndexChanged event fires, I'd like the select command that the second web control (for the second dropdown list) to be changed based upon the first selection (so that the second list's contents change upon changing the contents of the first).