<asp:RegularExpressionValidator ID="rev_case_exp_cost_txt" runat="server" ControlToValidate="case_exp_cost_txt" Type="Integer" Operator="DataTypeCheck" ErrorMessage="Invalid Format" ValidationExpression="^\d{1,11}(?:\.\d\d)?$"></asp:RegularExpressionValidator>
Select allOpen in new window