No. There is not an HTML control equivalent to the Win Forms combo box. You
have to design custom controls to do it. Look at this sample using atlas in
asp.net 2.0:
http://www.webswapp.com/codesamples/...ocomplete.aspx
--
HTH,
Phillip Williams
http://www.societopia.net
http://www.webswapp.com
"Edward Diener" wrote:
> Is there a web control which is the equivalent of a drop down combobox
> with an editable portion ? It seems backwards to have to use two
> separate web controls, a drop down list and a textbox, to implement this
> idea which has its own solution in a single control under Windows.
>