Dropdownlist in web application similar to DropDown in windows

  • Thread starter Thread starter Guogang
  • Start date Start date
G

Guogang

I want to have a DropDownList in web application that behaves similar to
DropDown in windows control. i.e., if user can not find what they want in
the dropdown list, they can simply type their choice in the text box, and
submit that to our web server.

Is there a nice solution for this?

I am considering using a textbox + DropDownList. But that looks ugly in
DataGrid.

Thanks
Guogang
 
how about the combo listbox available at your favorite visual studio.net IDE
 

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

Back
Top