disable default behavior of backspace
-
I'm using VB.NET for a web application. How can I disable the default behavior of the backspace button of going back to the previous page on the browser? I still want to use it inside certain controls to delete the previous character entered (I know how to get this to work using onkeydown) arvind
-
I'm using VB.NET for a web application. How can I disable the default behavior of the backspace button of going back to the previous page on the browser? I still want to use it inside certain controls to delete the previous character entered (I know how to get this to work using onkeydown) arvind
Arvind, You can entrap the Ascii code of the keypress of BackSpace, handle it and reset event.keyCode to 0. Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://www.dotnetjunkies.com/weblog/deepak/
http://deepakvasudevan.blogspot.com/
http://deepak.blogdrive.com/