Creating WinForm ComboBox in WebFroms

AJAX dropdown edit control:

Create a control that allows users to select from a dropdown list, or to type a value if the value they want is not in the list. E.g. maybe there is an “Other…” option in the list which shows the text box when selected. Or maybe there is some other slick way that works like the WinForms ComboBox control.