SugarBinky
Programmer
Is there a way with ASP to allow type ahead capability
to a select pull down? IE: a list of about 200 items I
am pulling from a database, and would like to allow the ability to start typing and the list narrows down.
The second thing I was trying to accomplish is an OnChange
event that allows the user to select, and option, and then I can narrow down another item based on what was selected.
I have this working in a DLL application, but was wondering if this is possible with using ASP, and javascript.