Hey All,
I am working on vb.Net 2.0 Desktop application. Can any one suggest me how to do Autocomplete TextBox? I have 1 dropdown and one textbox
dropdown has criteria such as Last Name, First Name, id etc. When user selects say criteria Last Name and starts typing in Textbox, I want autocomplete on Textbox.
Thanks!