Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to create a drop-down textbox somthing like Google search engine, means when type a letter to the textbox it will show the words starting with that letter in drop down.
suppose if type ‘a’ into textbox then textbox suggest all words starting with letter ‘a’ in drop down. Suggested words can retrieve from ms access database.

how to make that process in vb.net 2008
Posted
Comments
_Amy 27-Jul-13 1:48am    
Asp.net or Winforms? Please tag your question accordingly.

When you want to do something like this, the first thing to do is find out what it is called, and look on Google. The feature you are looking for is called Autosuggest, and Google has a lot of info: vb.net auto suggest textbox[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900