ALT keys usage in ASP .Net pages Navigation
-
Hey guys, I was wondering if anyone knows how to navigate using differnt hot key combinations in ASP.Net. For instance if you do...alt + 1, and then release the buttons and press enter, it will do something (perhaps take you to contact us or homepage) depending on how you program it. Please let me know if ASP.Net has these capabilities? Thanks sam
----------------------------- If you don't go after what you want, you'll never have it. If you don't ask, the answer is always no. If you don't step forward, you're always in the same place. -Nora Roberts
-
Hey guys, I was wondering if anyone knows how to navigate using differnt hot key combinations in ASP.Net. For instance if you do...alt + 1, and then release the buttons and press enter, it will do something (perhaps take you to contact us or homepage) depending on how you program it. Please let me know if ASP.Net has these capabilities? Thanks sam
----------------------------- If you don't go after what you want, you'll never have it. If you don't ask, the answer is always no. If you don't step forward, you're always in the same place. -Nora Roberts
ACCESSKEY attribute http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/accesskey.asp[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
ACCESSKEY attribute http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/accesskey.asp[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
Thanks for the article Vasudevan, appreciate it. -I was wondering if the same would apply to the user contols also? The site that I'm woring on has lots of user controls and my manager wants the menus on the site to be driven by these Hot keys (alt + something else) as well. -In addition I would like a key combination, for instance to get to the main page (perhaps ALT + H...to get to the homepage located at www.google.com). As this would just be a link how do I set up these access keys property you told me about. Or is it that a link will probably renders as a div...so I could aplly it on there. Please let me know if you have anymore information available on these topics. Thank you very much for the time. Sam
----------------------------- If you don't go after what you want, you'll never have it. If you don't ask, the answer is always no. If you don't step forward, you're always in the same place. -Nora Roberts