Well I need ur help as i want to give shortcut link to the button in my asp .net proj like

for save button SAVE (Ctrl + S) .

how can i do in my code to get this type of functionality.


Thanks...

I'm not sure how to do it in ASP .NET but you could use javascript to capture what you want (I believe Google Docs does this). You can do a google search for shortcut ctrl keys web apps and you'll find some stuff. You also want to think about the application you're designing. Many users may get confused if you start trying to override a lot of their hot keys. Ctrl+S typically being the save function in many Windows apps might make it confusing for users.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.