DropDown web control

  • Thread starter Thread starter Julie
  • Start date Start date
J

Julie

I need a DropDown web control (not DropDownList).

What I'm after is a combo box that allows the user to either enter in text
directly, or to select an item from the drop list.

The DropDownList doesn't allow for use editing of the text, just selection of
items from the list.

Any clues?
 
Hi Julie,

AFAIK there is not a standard control that do that, you can implement it
though, you can use a TextBox with a DropDownList , I did a similar thing a
long time ago, now I don;t know where the source code is, but Iwill look for
it and post it back.

Btw, I think it will be better to use HtmlControls as the majority of the
coding will be client sided.

Cheers,
 
Back
Top