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!
 
Back
Top