How to add keyboard shortcuts in ASP.NET for Focus / ButtonClicks
How can I add some keyboard shortcuts (ctrl/alt/shift + so开发者_运维问答mething) to focus textboxes and/or perform button clicks?
And, ss it possible to have a Keyboard shortcut to call some method in my .cs code-behind?
Can anyone me tell me how?
This needs to be implemented with javascript, I would recommend jQuery. If you google jQuery hotkeys or jQuery keyboard shortcuts etc you should find alot of articles on this.
精彩评论