Dropdown quick search

  • Thread starter Thread starter Michael Tissington
  • Start date Start date
M

Michael Tissington

I'm looking for a drop down combo box that I can use on a web page.

It needs to look like a regular combo box.

In other words as the user types characters the combo box auto selects the
next item.

The default combo box only works for the first letter.

Any ideas?
 
Michael said:
I'm looking for a drop down combo box that I can use on a web page.

It needs to look like a regular combo box.

In other words as the user types characters the combo box auto selects the
next item.

Michael, one option is to use a custom control like EasyListBox
[http://easylistbox.com]. The UI is not precisely like a ComboBox, but
close, see this demo:
http://easylistbox.com/demoCombo.aspx

There's also some other features that make it better than the standard
drop-down list. See all the demos at:
http://easylistbox.com/demoQuickStart.aspx

Happy Programming!

--

Scott Mitchell
(e-mail address removed)
http://www.4GuysFromRolla.com
http://www.ASPFAQs.com
http://www.ASPMessageboard.com

* When you think ASP, think 4GuysFromRolla.com!
 

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