|
ASP.NET Book
The online ASP.NET Tutorial Book |
|||||||||
|
|
|||||||||
ASP.NET BasicsHTML BasicsASP.NET Web Server Advanced HTML Application Designing Using Visual Studio ASP.NET Standards ASP.NET Styling ASP.NET Navigation ASP.NET TipsASP.NET ValidationHTML forms CSS Styling CSS Advanced ASP.NET Features ASP.NET Image Effects Common mistakes DB Design tips Building ApplicationsDesign Secure AppsBuild Secure Apps |
5.2 Access Keys |
||||||||
|
If you want to make the user of your web site jump to a control directly by way of a keyboard sequence rather than movement the mouse, you can use Access Keys also known as Accelerator/Shortcut keys. For example: When using ASP.NET you can use the “AccessKey” property of an ASP.NET control so you can access that control with the press of ALT + assigned key. The following ASP.NET tutorial shows how to apply an “AccessKey” property to an ASP.NET Label control.
Now you can press the ALT + A key sequence on runtime to move the focus to the text box directly. Note:
Table of ContentsChapter 1 - HTML Web Standards [top] |
|||||||||