I have a ListBox and the user adds selected values from it to a DataGridView. I don't want duplicates so is there a way to check if the value from the ListBox already exist in the DataGridView?
I have a ListBox and the user adds selected values from it to a DataGridView. I don't want duplicates so is there a way to check if the value from the ListBox already exist in the DataGridView?