Click here to Skip to main content
16,019,244 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
I use a List box in my web form.
When I enter a character from keyboard cursor/pointer should automatically go to that result.
e.g. when I enter 'M' my cursor should move to list items beginig/ containing with 'M'.
My list is already sorted.
Posted

1 solution

What is the problem?
Capture the OnKeyDown event, then run on the selected items and set the one you want.

Cheers,
Edo
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900