How to auto generate list of names as letter is entered into input box

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • axiah kim
    New Member
    • Aug 2011
    • 1

    How to auto generate list of names as letter is entered into input box

    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.
  • snehasismishra1
    New Member
    • Aug 2011
    • 18

    #2
    Hi Kim,

    Please have a look on the below URL. I guess it will resolve your problem.

    Build web apps and services that run on Windows, Linux, and macOS using C#, HTML, CSS, and JavaScript. Get started for free on Windows, Linux, or macOS.


    If not, please let me know. I can give one sample application.
    Thanks,
    Snehasis

    Comment

    Working...