Click here to Skip to main content
15,883,749 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi!

I want to populate the dropdown list of a combobox.

When I am writing in the combobox it displays the list regarding to the typed characters. Like if I am writing "abc" it will display a list of names related to "abc".

Please give me some code regarding these so I can understand.

Thank you.
Posted
Updated 1-Jul-10 10:25am
v2
Comments
Donsw 1-Jul-10 7:55am    
Reason for my vote of 2
Need more info

Not sure of the issue. is this a asp problem or a client problem? IN this case a small code snippet would really help.
 
Share this answer
 
Back to 2.0, the ComboBox has AutoComplete options. You can set AutoCompleteSource equal to ListItems and then you can set AutoCompleteMode to Suggest, Append, or SuggestAppend.

Play around with those for a bit.
 
Share this answer
 
Comments
Npanchasara 2-Jul-10 0:33am    
Soory ! but it was not working.......

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