How do you get all of the selected items from the autocomplete control in multiselection mode, autoComplete.SelectedValue.ToString() works for single selection mode but returns a generic list for multiselection mode, for which we cannot find a way to iterate over.