Click here to Skip to main content
15,921,694 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am loading the user id's in combobox but as the number of users increased combobox also grow in height so which is more suitable control in c#.NET to load & select userID.
give me Solution Please.....
Posted

Create a user control as auto suggestion text box with a list box and when you type in text box it will display suggestion in list box and its much more faster than combox bocause combox takes time to load data(eg if you have 1k data to display)

Some Links are :
http://www.dreamincode.net/forums/topic/34785-create-an-autocomplete-textbox-control-in-c%23/[^]


Auto-complete Control[^]
 
Share this answer
 
v2
 
Share this answer
 
you can try with AutoCompleteSource, check below CP article
ComboBox with Suggest Ability based on Substring-Search[^]
And This SO QnA[^]
 
Share this answer
 
v2

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