How do I allow a user to scroll through a listbox by just entering a character that will take them to the first entry in the listbox that begins with the character? (i.e. user enters an "s". The listbox scrolls to "smith"
. If it makes a difference I'd like to use server side web control listbox.
Thanks!
Thanks!