Click here to Skip to main content
15,897,156 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when i type some alphabet in textbox...it has to show some related datas from one column in table...example

if i type "A" means it need to display "Apple","axe" etc ...below it like drop down.....i need code for this in VB without using AJAX
Posted

Try building an autocomplete box.
Here are a few examples
AutoComplete ComboBox in VB.Net[^]
http://www.vbnettutorial.net/?Id=135&Desc=VB.net-ComboBox-AutoComplete[^]

Here[^] is a free control download.
 
Share this answer
 
Comments
Espen Harlinn 8-Feb-12 9:23am    
Good links :)
Abhinav S 8-Feb-12 9:28am    
Thank you.
Use Anthem autocomplete control. It may be best for you.
 
Share this answer
 
using auto complete options like AjaxAutocomplete Extender /Jquery plugins is usefull
 
Share this answer
 

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