Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Filtering a combo box selection

Status
Not open for further replies.

jshurst

Programmer
Joined
Oct 27, 2004
Messages
1,158
Location
US
I have seen combo boxes (or listboxes) that you can type in and as you type they match the word. Can you do this in asp.net?

ex. If you type an "R" then the first word beginning with "R" is selected. If you then type "O" the first word with "RO" is displayed. Does anyone know how to do this?
 
Yes - I used the following article to create an extended DropDownList:


--------------------------------------------------------------------------------------------------------------------------------------------

Need help finding an answer?

Try the search facility ( or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top