/ Published in: C#
Expand |
Embed | Plain Text
<asp:RegularExpressionValidator ID="regexTextBox1" ControlToValidate="YourTextBoxID" runat="server" ValidationExpression="^[\s\S]{0,6000}$" Text="6000 characters max" />
You need to login to post a comment.
