Posted on: 2/13/2015 3:49:10 AM | Views : 522

I am using required validator. But whenever I do calendar this validation is happening I dont want this .Please suggest what went wrong
<asp:ValidationSummary ID="testValidationSummary" runat="server" ForeColor="Red"         ValidationGroup="testValidationSummary" />     <table class=".M_TABLE">         <tr>             <td style="background-color: #e7e7e7">                 Display Start Date (MM/DD/YYYY) / Time (HH:MM) - EST:             </td>             <td align="left">       & ...

Go to the complete details ...