Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a dropdown list which has connected to database, In side The drop down list 1000 customer name is there, when I want search a name it is very difficult to know the name.
Can any one help me that when I will enter any character then that character related all name will display.
It is working by using web services but that should be a textbox, but I need It in dropdown list.
Please help Me...............
Posted

Hi,

I think dropdown list has it by default when you type any charcter it will directly take you that name. If you want all names make use jquery dropdown or write some code to rebind your dropdownlist.

Hope this helps
 
Share this answer
 
As Asp.net doesn't provide combobox, you have to creat your own WebControl

Related link here
 
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