  Editable dropdown list box An "editable drop-down list" or a combo-box per se is not supported by any browser, at least not by IE and Netscape. So having this type of control is not possible. However, what could be done is to use a textbox along with a drop-down list and add the contents of the textbox to the drop-down when the TextChanged event of the textbox fires. Here's how: 
