1

Hello i am new to the desktop application development. i want to know how to implement the autosuggest feature in a textbox using data from the databases and on the data selected i want to get the id of the selected data

i am familiar with the web development and we use hidden field to save the id is there anything like that in windows forms?

I know autocompletesource method but we cant get the id of the selected data in that is there any other way to do this? please help!!

Mubarak Ali
  • 15
  • 2
  • 6

1 Answers1

0

check this : Creating winforms AutoComplete TextBox using C# in Windows application

Pranay Rana
  • 175,020
  • 35
  • 237
  • 263