select listbox item from textbox
Hi, Can someone please help? I have a listbox and a textbox on my web form. the listbox is populated on page load from the db. I want the user to be able to type in a few letters into the textbox and accordingly the listbox will jump to the corresponding item. If the user lets say enters 'do' in the textbox and the listbox contains the items cat dog horse then dog will be selected. Hope I made myself understood