I have a textbox with autocomplete extender.
If the user types something that displays the autocomplete list and then selects and item, then it appends the selected item to what the user selected.
I need it to clear the textbox when the user selects and item. Forcing them to only use the autocomplete suggestions.
Thanks!