Currently I have a webform that has DropDownLists populated with specific choices the user can select - problem is he is limited to those choices and cannot enter his own selection (as if he was typing if a free field). I want to provide him the ability to either use the dropdownlist to select one of the predefined options OR type in his own choices (in the same DropDownList) to be used...
I knows Forms dont work the same (that is what I am used to) where you can specify what kind of dropdown it is (and one of them allow you to also type in the listbox) - is there such a property or option for the Web Control DropDownList? Is there a way to achieve my goal without breaking my current web application?
Any help, hints, or ideas would be greatly appreciated.
Thanks,
I knows Forms dont work the same (that is what I am used to) where you can specify what kind of dropdown it is (and one of them allow you to also type in the listbox) - is there such a property or option for the Web Control DropDownList? Is there a way to achieve my goal without breaking my current web application?
Any help, hints, or ideas would be greatly appreciated.
Thanks,