Winforms AutoComplete TextBox using C#(csharpdotnetfreak.blogspot.com)
submitted by
amit.jain(1186) 3 years, 4 months ago
In this example i am explaining how to create a AutoComplete TextBox In windows forms application using C# , the autocompletion data is fetched from databse
or this i've created a database with a table containing names which will be shown in textbox as suggestions, for this we need to create a AutoCompleteStringCollection and then add the records in this collection using datareader to fetch records from database
For autocomplete functionalty to work we need to define these 3 properties of textbox
|category: Windows Forms
|Views: 1373
tags:
winforms another
Everyones tags:
Your Tags: