is there any way to make a textbox in c# winforms which takes multiple inputs which are autocompleted from database as shown in image.
Asked
Active
Viewed 583 times
0
-
@mohsen i am asking about to manage multiple values in one text which is selected by autosuggestion from database – Muhammad Taha May 09 '16 at 14:47
1 Answers
0
You can create your own AutocompleteTextBoxControl and then use it wherever you want. As example: Custom textbox control
Or just use telerik control instead: http://docs.telerik.com/devtools/winforms/editors/autocompletebox/auto-complete