Is there any way to implement auto complete text box in the windows form application.
I want to get the name from the table and table will contain millions of records. selecting all these record and assign as source to autocomplete
will cause issue with performance.
so i need suggestion on this.