G
Guest
hi again,
i have this code:
<asp:RegularExpressionValidator id="RegularExpressionValidator1"
runat="server" ErrorMessage="max 255 chars" ControlToValidate="text1"
ValidationExpression="^\w{1,255}$"></asp:RegularExpressionValidator>
the problem is that i use Unicode chars and after 10 chars i get the message
from the control.
please help.
i have this code:
<asp:RegularExpressionValidator id="RegularExpressionValidator1"
runat="server" ErrorMessage="max 255 chars" ControlToValidate="text1"
ValidationExpression="^\w{1,255}$"></asp:RegularExpressionValidator>
the problem is that i use Unicode chars and after 10 chars i get the message
from the control.
please help.