views:

11

answers:

0

I have an AutoCompleteExtender in my ASP.NET which works great so far. I have a few little niggles I'd like to sort out though:

1: Is there a way I can limit the user to only being able to select an item from the list, and not use their own text? So they can't search for something that isn't autocompleted.

2: Is there a way to always have the top result selected? So they can search by pressing Enter without having to click or type in the whole name

Thanks