Click here to Skip to main content
15,893,622 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI Team
I want to use something like the AutoCompleteExtender, however, if the user clicks on an item, I don't want that value to go into the text box.

Doesn't anyone know how to do this?
Thanks
Difin
Posted

1 solution

AutoCompleteExtender is designed for showing the related results and when user clicks, fill it into TextBox.
AFAIK, I dont think your requirement can be fulfilled by the AutoCompleteExtender control.

You need to create your own custom control. Call your webservice from javascript( or using jQuery) and display it into the div that is below the textbox
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900