Click here to Skip to main content
16,021,765 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I use Autocomplete SuggestAppend in relation to a textbox.

Assuming my textbox shows numbers and the dropdown list contains for example
12312
13411
14511
15611

If I type "1" I will see in the textbox "12312" with "2312" appended and the dropdown list showing the options. I can use textbox.Text to get the "1" which I typed.

How can I get the entire textbox value ie "12312" (the "1" and the appended "2312")?

Thanks
Posted

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