kimprogrammer
Programmer
Hello
I have a dropdown box with autocomplete that was working but now is not.
I used to be able to start typing the names and they would come up and then I could select one - i have two fields that would then be populated by what I had in the combo box and my combobox would then be disabled.
But now if I start typing the first letter - my two field get populated right away without me selecting something and my combobox is disabled. I'm not getting the chance to select anything.
I'm not sure it this is an autocomplete problem or not. I didn't change anything in the properties.
AutocompleteMode = Suggest
Autocompletesource = listitems
I'm not changeing the selectedindex on this field
Thanks for the help
Kim
I have a dropdown box with autocomplete that was working but now is not.
I used to be able to start typing the names and they would come up and then I could select one - i have two fields that would then be populated by what I had in the combo box and my combobox would then be disabled.
But now if I start typing the first letter - my two field get populated right away without me selecting something and my combobox is disabled. I'm not getting the chance to select anything.
I'm not sure it this is an autocomplete problem or not. I didn't change anything in the properties.
AutocompleteMode = Suggest
Autocompletesource = listitems
I'm not changeing the selectedindex on this field
Thanks for the help
Kim