ASP.NET Checkboxes/RadioLists Arrow Keys
Posted
by rlb.usa
on Stack Overflow
See other posts from Stack Overflow
or by rlb.usa
Published on 2010-02-25T16:18:16Z
Indexed on
2010/04/15
5:03 UTC
Read the original article
Hit count: 244
I have an ASP.NET web application for data entry, and we have big lists of radiobuttons, and long lists of checkboxes, in some sections.
The client wants to be able to be able to navigate and manipulate these controls with their keyboard, like the tab/space/enter/right-left-up-down-arrow-keys. Are there any ASP.NET controls that I can use?
© Stack Overflow or respective owner