In the desktop windows application. You can easily create short key which moves current cursor to a particular control. Now with ASP.NET Access key property you can also create short key inweb application.
For example you have a text box called txtName write name of the candidate. So go the property window by pressing f4. And goto access key property and write N . That’s it you have created a short cut key for the that text box.
Compile the source and code and view the page in a browser. Now you can set focus on txtname text box via pressing
ALT+N.
Happy Programming….