Combo Box with suggestion list
I want a combobox in which, when I start typing then it should display a suggestion list and it should not allow me to type anything if the string is not present in the list.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Naeem KhanPosted Aug 23, 2010, 12:58 AM
so if its possible to do solve this Problem then let me know...
Thanks in Advance
Mahesh ChandPosted Aug 20, 2010, 11:40 AM
Here is what you are looking for.
AutoComplete TextBox in C#
Hiren SoniPosted Aug 20, 2010, 9:41 AM
and set its property dropdownstyle to DropDownList.
it will solve your problem.