Editable drop down control

G

Guest

Hi All;

I am looking for an editable drop down control that can be used on a web
page using ASP.NET.

The reason I need an editable DDL is that on my web app. (using ASP.NET) I
have a DDL that has a list of materials, if user cannot find the material
that he/she wants they should be able to enter it themselves.

Suggestion for a good third party control is welcome too. Thanks
 
K

Kevin Spencer

In HTML, there is no such thing. You can fake it by superimposing a text box
over a select element, and use JavaScript to manage the coordination of the
2. There may be some ready-made Control out there as well which do this.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Show me your certification without works,
and I'll show my certification
*by* my works.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top