Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've a textbox in my forum I want user to enter text and my textbox searches that like If user enter "A" a dropdown list should be visible where all things starting from A should come from my database
Posted
Comments
[no name] 24-Mar-13 9:22am    
Okay and what is your question?

Hi,

refer this link,

Auto Complete Text Box

Regards,
SJ
 
Share this answer
 
Fill dropdown on textbox selected index changed. Write a SP which use a where clause.

example: where dropdowntext like 'A%'
Hope this will help you..
 
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