Is it Possible to Write in a DropdownList or listbox?

Posted by user280048 on Stack Overflow See other posts from Stack Overflow or by user280048
Published on 2010-03-08T05:30:59Z Indexed on 2010/03/08 5:36 UTC
Read the original article Hit count: 153

Filed under:

work on Asp.Net C# vs08. I was wondering if it is possible to write in a dropdownlist or listbox such that if somebody does not want to select from the dropdownlist or listbox, he/she can type the value and if the value exist in the dropdownlist/listbox, it autofills. The person may then select it. If this is not possible in ASP.NET, would anybody know of another control that can be used for the same purpose and how?

what I really need is how to allow the writting on the DropDownList, please someone help me!. Thank you very much.

© Stack Overflow or respective owner

Related posts about ASP.NET