Im using Html.TextArea in my application and when i set its maxlength property to 255. It doesnt work and write more than 255 characters. how can this problem be solved
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You can use a JavaScript validator. For example,
|
|||
|
|
|
Take a look at this: http://stackoverflow.com/questions/1125482/how-to-impose-maxlength-on-textarea-in-html-javascript |
|||
|
|
|
The HTML |
|||
|
|
|
This will prevent longer text being entered or pasted into any text areas. All you need to do is add the 'maxlength' attribute.
|
||||
|
|