I have a textbox in my asp page and yes I using database.
I want to show all names which is all names previously entered. When a user types in a letter in that textbox, whatever names starting with that letter.
the names are from a list generated by other function, pulled out from active directory.
So for example:
When user types in "a" in a textbox then automactically names "aron" "asron" "amanda" in the list shows, and user can select one of those names.
Comments
Leave a comment