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 in
web 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....
Friday, April 13, 2007
hi
ReplyDeleteI want to use Page Down or "Ctrl + Insert" control for a button in a web application ( C# ) but i don't how to use shotcut key?
can you help me?
thanks.