reportingbuzz
MIS
Hi,
I have a drop down box which consists of the names of employees. The total number of names totals 641. It is built using ASP recordset object.
When the users search for a name, they type a letter by typing a letter and it jumps to the first instance of that letter. Since all the names are sorted by Last Name, they can see all the names starting with the letter they selected on the keyboard.
Now is there a way, I can use autocomplete by entering "St" and it would show me names starting with "St" etc.
I googled for autocomplete, but many examples have a textbox tied to a drop-down box instead. I do not want a textbox. I want to do this directly on a drop-down. Is it possible.
Thanks.
I have a drop down box which consists of the names of employees. The total number of names totals 641. It is built using ASP recordset object.
When the users search for a name, they type a letter by typing a letter and it jumps to the first instance of that letter. Since all the names are sorted by Last Name, they can see all the names starting with the letter they selected on the keyboard.
Now is there a way, I can use autocomplete by entering "St" and it would show me names starting with "St" etc.
I googled for autocomplete, but many examples have a textbox tied to a drop-down box instead. I do not want a textbox. I want to do this directly on a drop-down. Is it possible.
Thanks.