I know I have seen this before (although maybe not on this forum). Can someone tell me how to make an asp.net combo act like an access combo? I want to be able to type in it. As I do I want it to automatically filter to that selection.
From looking at the example that it a little different than what I am trying to do. I don't what them to be able to enter a new value in the box, just "autocomplete" the value. Are you saying that this code can be modified for my situation?
Example: Let's say I have to values in the combo box, "Saab" and "Saturn". If I type "sat" in the box then it will automatically jump to "Saturn."
Oh. The default select lists works ALMOST like that. While you can't type in a value into the actual "box", if you dropdown the option values, and start typing there, it will jump to the nearest matching option.
But yes, you could also modify that example to constrain to existing values, and search for nearest matches.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.