W3Schools.com

ASP.NET AccessKey Property


Web Control Standard Properties Reference Complete Web Control Standard Properties Reference

Definition and Usage

The AccessKey property is used to set or return a keyboard key used to access a control.

Note: Use Alt + AccessKey to give focus to the element with the specified access key.

Syntax

<asp:webcontrol id="id" AccessKey="accessKey" runat="server" />
 
Attribute Description
AccessKey A character be used to access the control


Example

The following example sets the access key of a ceckbox:

<form runat="server">
<asp:CheckBox id="check1" AccessKey="b" runat="server" />
</form>

Show example »

Web Control Standard Properties Reference Complete Web Control Standard Properties Reference
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$7.95/mo SEO Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Free Website Templates Free CSS Templates
Make Your Own Website
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE