Hello,
In one Private Web Application (Which is Java Based), They have used F1 to F12 keys for performing some of the operation.
Like when I press F4, Save button is clicked. When I press F3, Cancel occures.
We can do this in ASP.NET by giving AccessKey Property of control. But This key must be pressed in combination with ALT key
And we can not use F1 to F12 keys....
Is there any way to make this kind of things with ASP.NET ?
THanking u...
Seems no way to do this with WebControl.AccessKey. This allows you to navigate quickly to the control by pressing the ALT key and the key for the specified character on the keyboard, and only a single character string is allowed for theAccessKey property.
0 comments:
Post a Comment