BackSpace Button
-
Hi, I want the code for the functionality of a backspace button plz post
-
Hi, I want the code for the functionality of a backspace button plz post
onkeydown="HitBackSpace()" function HitBackSpace() { if (event.keyCode==8) { alert("backspace"); } }
cheers, Abhijit
-
onkeydown="HitBackSpace()" function HitBackSpace() { if (event.keyCode==8) { alert("backspace"); } }
cheers, Abhijit
Hi Abhijit, I am very thankful for responding however i wud like to implement the same functionality of BackSpace button to another button in C#.Net virtually. So plz help me in tht code.
-
Hi Abhijit, I am very thankful for responding however i wud like to implement the same functionality of BackSpace button to another button in C#.Net virtually. So plz help me in tht code.
srinivaskonijeti wrote:
however i wud like to implement the same functionality of BackSpace button to another button in C#.Net virtually.
No Clear To Me !!! :doh: :confused: can you please confirm it details ?
cheers, Abhijit