KeyBoard hook
-
Hi i am try to do in web application is there any posible to operate using keyboard keys in web app. For Ex- i created one textbox in .aspx just after run it if i click to textbox and press to f2 keyboard key then i need to open new page. is it posible to do in web application.
try and try untill reach success..
-
Hi i am try to do in web application is there any posible to operate using keyboard keys in web app. For Ex- i created one textbox in .aspx just after run it if i click to textbox and press to f2 keyboard key then i need to open new page. is it posible to do in web application.
try and try untill reach success..
Yes you can do. You can catch the keypress event of keyword from javascript and can take action accordingly. But there are limitation in using javascript, you need to check with your requirement
Cheers!! Brij Check my latest Article :A walkthrough to Application State