Hi all,
I am using AutoCompleteExtender on a Street textbox and I'm trying to implement a way so that the user only selects something from the list.
If let's say you type "Hig" you should get a list of 2 suggestions containing 1. "High Street" and 2 "Highbury". Now I would like to either autosuggest the first option, in this case "High Street" or somehow force the user to click on one of the two.
Any ideas?
Thank in advance!