I have a data bound (MS Access) drop down list. I want nothing to be selected or shown as the first item, so that the user can select any item from the list. This is because there is a select index changed event linked to this drop down list.
Right now since the first item in the data bound list is "company 1" so if a user wants to select "company 1" and have the select index changed fire FOR "company 1" they have to select another company first then they have to select "company 1" so that the select index changed event uses the value of "company 1" in its function. Thanks.
I'm using an AccessDataSource control for the databinding of a MS Access database to the dropdownlist.
Using Visual Studio 2005. Language: C#