How to cancel a keypress event in C# as well as javascript and jquery
- by Shantanu Gupta
I want to cancel out key press event when my textarea field gets n number of characters from user. At that point i dont want user to enter any more characters. What to do?