I encounter this problem repeatedly, and haven\'t a clue what is causing it. I get an exception in the DataBind: SelectedValue which is invalid because it does not exist i
SelectedValue which is invalid because it does not exist i
Try setting listOrgs.SelectedValue = "0" after you refresh the DataSource
listOrgs.SelectedValue = "0"
DataSource
At the moment you are trying to select the first item in an empty list.