English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to write key handlet in asp.net for eg. suppose user pressed backspace I want to send keycode = 0 so that back page cannot be displayed. I am using vb.net as language.

2006-09-07 04:55:11 · 1 answers · asked by dipak 2 in Computers & Internet Programming & Design

1 answers

I don't think you can, you can implement a java script and register it at start-up (I have the code to do this if you need it) but in a web application you can't track keystrokes with .NET to my knowledge. It has to be done by hooking it up with Javascript

There may be a way in a windows application, so if that's what you are doing you should be able to find out, sorry I don't have it.

Good Luck

2006-09-07 05:40:47 · answer #1 · answered by Anonymous · 0 0

fedest.com, questions and answers