Possible Duplicate:
Character limits on fields - pros and cons and best practices?
I have one section where user can enter only 140 characters. What is the best approach from below options for limiting character.
Dont allow user to type any more content after 140 Char.
Warning text/red border and still allow user to type more than 140 char. but not allow them to submit the form if more than 140 Char.
Which one is more user friendly UX point of view.