Click here to Skip to main content
15,892,480 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends, I am facing a problem using a customsource text box. I am getting some particular data from mysql table using a query and I am adding it to a textbox as custom source data in a c# project. The problem is, I can't use the down arrow button to select customsource data. If I set the property as:
textbox.AutoCompleteSource = AutoCompleteSource.None;

in the code it is working. I can't get the full data from db when I am typing next time. Can anybody give me the solution please?
Posted
Updated 25-Feb-13 4:49am
v2

1 solution

You are specifying that no AutoCompleteSource is currently in use, so that is working correctly; see the documentation[^] for further information.
 
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