Hi,
I'm not sure why it's not validating. Any help is greatly appreciated.
<td bgcolor="EEEEEE" align="right">
Production Date</td>
<td align="left" style="width: 811px">
<asp:TextBox size="40" Width="800" ID="txtProductionDate" AutoPostBack="False" runat="server" OnTextChanged="txtProductionDate_TextChanged" />
<asp:RegularExpressionValidator ID="RegularExpressionValidator5" runat="server"
ErrorMessage="*"
ControlToValidate="txtProductionDate"
ValidationExpression="^[0-9-]((d\{4}) - (d\{2}) - (d\{2}))$" /></td>
I'm not sure why it's not validating. Any help is greatly appreciated.
<td bgcolor="EEEEEE" align="right">
Production Date</td>
<td align="left" style="width: 811px">
<asp:TextBox size="40" Width="800" ID="txtProductionDate" AutoPostBack="False" runat="server" OnTextChanged="txtProductionDate_TextChanged" />
<asp:RegularExpressionValidator ID="RegularExpressionValidator5" runat="server"
ErrorMessage="*"
ControlToValidate="txtProductionDate"
ValidationExpression="^[0-9-]((d\{4}) - (d\{2}) - (d\{2}))$" /></td>