I have seen combo boxes (or listboxes) that you can type in and as you type they match the word. Can you do this in asp.net?
ex. If you type an "R" then the first word beginning with "R" is selected. If you then type "O" the first word with "RO" is displayed. Does anyone know how to do this?
ex. If you type an "R" then the first word beginning with "R" is selected. If you then type "O" the first word with "RO" is displayed. Does anyone know how to do this?