Question:
What is the AccessKey property in server controls for?
Answer:
It assignes a character to be associated with the Alt key so that the end user can activate the specific control by using quick-keys on the keyboard.
Ex: If you assign a Button control an AccessKey property value of M, then pressing Alt + M would be the same as clicking on the Button control.