Click here to Skip to main content
16,017,788 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

I load the combobox using databound with display member and value member

When I type the item that selected value is not changed. I select that item the selected value is changed. But i want when i type the item that matching value will be selected.

How to do it?
Posted
Comments
_Amy 16-Jun-13 5:51am    
What you've tried for it? Can I see you code?
UshaCbe 17-Jun-13 2:00am    
Hi, i m using windows application. I set the datasource of the combobox with displaymember and valuemember. When I type the text(which is already in the combobox list) that combobox it is not take the selected value of that matching item. For example combobox has "India" and that value is "1". If I type India in to Combobox, that value is Empty. When I select then only the value is changed. But I want when i typed also that matches selected value should be changed.

You should use AutoCompleteExtender of ajax toolkit for that my friend or also can be done using telerik dropdown control
 
Share this answer
 
You can use some of the third party controls like Telerik for this task.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900