N
Nathan Sokalski
When using a MultiLine TextBox (which generates a TextArea) setting the
MaxLength property has no effect. However, because I am saving the contents
of the TextBox to a DB field, I must limit the number characters allowed. I
would prefer not to do this serverside because that would require a large
amount of trips between the server and client (especially for a 200
character limit). Is there a way to do this? Thanks.
MaxLength property has no effect. However, because I am saving the contents
of the TextBox to a DB field, I must limit the number characters allowed. I
would prefer not to do this serverside because that would require a large
amount of trips between the server and client (especially for a 200
character limit). Is there a way to do this? Thanks.