I enjoyed the result of using MaxTextLength within the control.
I'd like to look into displaying to a user, in real-time, how many text characters he has remaining before going over the MaxTextLength limit. Perhaps using a Editor1_TextChanged sub with code that displays in a label either characters typed or remaining. Any VB/JavaScript code ideas?