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
Change the first two line with this :
listOrgs.SelectedItem.Selected = false; listOrgs.Items.Clear();