0

is there any way to make a textbox in c# winforms which takes multiple inputs which are autocompleted from database as shown in image.

enter image description here

Muhammad Taha
  • 212
  • 3
  • 11

1 Answers1

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

Community
  • 1
  • 1
Tuto
  • 36
  • 5