开发者

How to create autosuggest textbox in windows forms?

开发者 https://www.devze.com 2023-02-25 10:08 出处:网络
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

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 ge开发者_Python百科t the id of the selected data in that is there any other way to do this? please help!!


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号