Hi,
I have 2 dropdowns where I enter the data for current exp and total exp. When I enter wrong data, it gives me proper validation, but when I enter the exact data the validation message is still remaining. why it is not going I dont know. Please find the attached
code for your reference:-
HTML code for dropdowns:-
<tr>
<td style="padding: 12px;">Current Experience<span style="color: #CF060D;">*</span></td>
<td class="cls4">
<asp:DropDownList ID="ddlCurrentExpYears" CssClass="txtfld-popup_DropD1" runat="server"></asp:DropDownList>
...
Go to the complete details ...