V
VMI
How can I create a comboBox that will display the first item that begins
with the group of letters I type? In my current combobox (it's a
DropDownList), if I press the letters "S" and "A" consecutively, it'll
display the first item that starts with "S" and then the first item that
begins with "A". What can I do so that if I type those two letters, iit'll
display the first item that starts with "SA". And if I then press "T", it'll
display the first item with "SAT".
Thanks.
with the group of letters I type? In my current combobox (it's a
DropDownList), if I press the letters "S" and "A" consecutively, it'll
display the first item that starts with "S" and then the first item that
begins with "A". What can I do so that if I type those two letters, iit'll
display the first item that starts with "SA". And if I then press "T", it'll
display the first item with "SAT".
Thanks.