When I load a drop down list it automatically selects the first value
in the list. I tried doing this:

Me.ddlCustomers.SelectedIndex=-1

hoping it would make sure nothing is selected and that didnt work.
I just want to make sure the user selects something so that the combo box triggers the ChangeSelectedIndex event. Right now if it has a value it doesnt run that code.

I want the combo boxes to have nothing selected at first.

I tried searching google with very little info .

Thanks,