I have a textbox with a char counter on a web page (using the example it found here: http://www.smartwebby.com/DHTML/textbox_characters_counter.asp )
If someone types in normal text it works and will refuse to add any extra chars.
However if someone copy pastes a text that is longer than the MaxChars the limit will no longer work(note the original that is copied is not in the textbox but in a seperate entity(eg. Notepad)).
Any ideas how to solve this problem.