如何检查当TextBox设置为多行时是不是超长了?

<asp:RegularExpressionValidator id="revTextBox1" runat="server" ForeColor="Red" Display="Dynamic" ControlToValidate="textBox1" ValidationExpression="(\w|\W){1,100}">格式错误-只能输入不超过100个字符</asp:RegularExpressionValidator>
posted @ 2004-10-26 19:18  leonardleonard  阅读(94)  评论(0编辑  收藏  举报