Click here to Skip to main content
15,905,877 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I like to code drop-down like Google search engine(i.e. To type a letter for starting word of display). That word is appear, then to select of word in text-box. In word can retrieve from database(ms-access). I want help......
thank U............

I work windows application and ajax not support this
Posted
Updated 6-Nov-11 17:48pm
v2
Comments
Sander Rossel 4-Nov-11 3:46am    
WinForms, ASP, WPF...?

You can use AutoCompleteExtender control of ajax

see this
Using Ajax AutoCompleteExtender for autosuggest[^]

Auto Complete Extender[^]
 
Share this answer
 
v2
Comments
J.Karthick 4-Nov-11 4:42am    
Good link....
you can do this with the help of AutoCompleteMode property.

this article describe that how to create search textbox same as your requirement

http://www.authorcode.com/search-textbox-with-dropdown-in-vb-net/[^]
 
Share this answer
 
v3

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