<ASP:TextBox Id="MyText" runat="Server"/>
<ASP:RegularExpressionValidator
runat="server"
ControlToValidate="MyText"
ValidationExpression="[0-9]{2}"
ErrorMessage="Cazzarola!!! devi inserire un numero di 2 cifre"/>
<ASP:TextBox Id="MyText" runat="Server"/>
<ASP:RegularExpressionValidator
runat="server"
ControlToValidate="MyText"
ValidationExpression="[0-9]{2}"
ErrorMessage="Cazzarola!!! devi inserire un numero di 2 cifre"/>
Hey hey, my my Rock and roll can never die!