Home All Groups Group Topic Archive Search About
Author
10 Nov 2005 9:25 PM
Randy
Hello,
Is there a way to make a DropDownList Box editable...that is...be able to
type into it?

Thanks

Author
11 Nov 2005 12:16 PM
S.M. Altaf [MVP]
Natively, a combobox is not editable.  There are, however, other
workarounds, such as using a textbox with an image that 'emulates' the
behavior of a combobox on your page.  This way, you can type into the
combobox, and add it to the 'list' below.  Are your javascript skills any
good?

-Altaf
--------------------------------------------------------------------------------
All that glitters has a high refractive index.
www.mendhak.com

Show quoteHide quote
"Randy" <t***@temp.com> wrote in message
news:O5Xi70j5FHA.3636@TK2MSFTNGP09.phx.gbl...
> Hello,
> Is there a way to make a DropDownList Box editable...that is...be able to
> type into it?
>
> Thanks
>
Author
11 Nov 2005 4:01 PM
intrader
On Thu, 10 Nov 2005 15:25:09 -0600, Randy wrote:

> Hello,
> Is there a way to make a DropDownList Box editable...that is...be able to
> type into it?
>
> Thanks
It is possible to build your own, (with some difficulty as shown in
http://www.codeproject.com/managedcpp/mcppautocombo.asp), or buy it
(http://www.apnsoft.com/)