Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Autofill for scrolling list

Status
Not open for further replies.

stable

Programmer
Mar 19, 2003
92
NZ
Hi there,

Does ASP have autofill for the scrolling list (similar to list box in MS Access)?

When the contents of a scrolling list is sorted into alphabetical order, and the user types in a letter then the first item in the list beginning with that letter is automatically selected. However when a second letter is entered the first item in the list beginning with this second letter is now selected.

Is there some property that I need to select or turn on?

Any response would be great!
 
From what I know, there is no solution for that in ASP.
Maybe if you play with Javascript ... Still don't except the similar functionality from Access autocomplete.

Durug
 
Thanks for your response Durug. You've confirmed what I suspected.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top