hi,
i tried using the pop-up dialog using validationsummary and supplied the appropriate fields but it does not seem to be working. i've attached a code snippet of what i'm working.
---
---
this code does not work. =( hope somebody could help me.
thanks in advance.
maila
i tried using the pop-up dialog using validationsummary and supplied the appropriate fields but it does not seem to be working. i've attached a code snippet of what i'm working.
---
Code:
<asp:regularexpressionvalidator id="vldManufacturedDate" ValidationExpression="..." Runat="server" ErrorMessage="Enter a valid manufactured date, i.e. MM-DD-YYY." ControlToValidate="ManufacturedDateTextBox" EnableClientScript="true" Display="None">
</asp:regularexpressionvalidator>
<asp:ValidationSummary id="vldSummary" ShowMessageBox="True" ShowSummary="False" Runat="server" DisplayMode="BulletList" />
this code does not work. =( hope somebody could help me.
thanks in advance.
maila