I am trying to create an input field that begins listing possible names when the user starts typing. Almost exactly like “google suggestions”. So the possible matches of what a user is typing begin to appear and narrow as the user types more letters…
What is this called? And what would be the best way to approach it? AJAX? Just javascript?
what you need is jquery autocomplete
or for asp.net ajax toolkit
hope this helps.