I have a DropDownList bound to a dataset that provides the value and text fields. If the select statement only returns one entry, how can I trigger the SelectedIndexChanged event even if there is only one entry in the dataset? The selection of an entry in this DropDownList causes another select to be executed and another DropDownList be filled with data from the next select. But I cannot trigger the event because there is only one entry in the previous DropDownList.