Visual Studio Development Bookmark and Share   
 index > Visual C# Express Edition > ComboBox + Selecting From DropDownList as The USer Types the Text.
 

ComboBox + Selecting From DropDownList as The USer Types the Text.

I have a combobox whose datasource is a Linq list.

I am  looking for the following behaviour:

1. Must allow user to type the text (visually see what he/she is typing).

2. Typed text must be suggested in the dropdownlist if matches if not dropdown must not be shown and the typed text must be set to empty. 

I used autocomplete Mode but none of the settings allow us to have both the above fetures together.

Please suggest a better solution.

 

RT369  Wednesday, October 14, 2009 10:15 PM
Hi,

I found an autocomplete combobox implement , you might want have a try:
http://www.codeproject.com/KB/combobox/AutoCompleteComboBox.aspx

Harry
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
Harry Zhu  Friday, October 16, 2009 7:18 AM

You can use google to search for other answers

Custom Search

More Threads

• Vertica; tab control!
• Localization
• Issue with Notification Icon
• How does the C# Express Edition work with .Net Framework 4 beta 1?
• playing video
• problem with file modification after running a program !!
• ERROR: Use of unassigned local variable
• Help with dynamic object names for classes
• SelectedItem and BindingSource
• Print Previewing the Form