Yuva Raja

Yuva Raja

  • 1.7k
  • 43
  • 215

ComboBox or Textbox AutoComplete on SubString

Nov 14 2024 4:17 PM

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)