Posted 04 Jun 2018 Link to this post
The SelectedItems Collection has an extra item that is null on every selection you make i used the following
if (item != null)
{
lst.Add(item.ALLERGY_NAME);
}
else you will get Object not set for an instance...
Posted 06 Jun 2018 Link to this post