2
Answers

ComboBox or Textbox AutoComplete on SubString

Yuva Raja

Yuva Raja

Nov 14
380
1

I need a c# (vs-2019) code to get a auto-completion of combobox match any part of string not only start of string. For example (in a vehicle nos populated combo) if the user enters '84'  the combo should suggest / lists all the vehicle numbers those contains the entered number any part of the vehicle numbers, like TN22CC9846, KA13AD8467, TN07AD1846, etc. 

 

Answers (2)