In vb. Net application i have a combobox with properties- custome source autocomplete
Dropdownstyle- dropdown
I use string method to autocomplete combobox from custom source of database.
I want to cleat text from the combobox after save button event. I use following code for that but its not working.
Combobox.selectedindex=-1