kaptainobvious
Technical User
Hi, first post! I searched the web and cannot find a reason or solution for this....
i want the validator to appear under the form field (text box) so i use code like this:
<br /><asp:RequiredFieldValidator class="note" ID="RequiredFieldValidator1" runat="server" ErrorMessage="Status is Required"
ControlToValidate="txtStatus" Display="Dynamic" ValidationGroup="ApprovedDeniedGroup">
</asp:RequiredFieldValidator>
maybe 70% of the time, it works fine, but the other 30% of the time, there is a large gap left between the field and the text. I cannot figure out why.
i want the validator to appear under the form field (text box) so i use code like this:
<br /><asp:RequiredFieldValidator class="note" ID="RequiredFieldValidator1" runat="server" ErrorMessage="Status is Required"
ControlToValidate="txtStatus" Display="Dynamic" ValidationGroup="ApprovedDeniedGroup">
</asp:RequiredFieldValidator>
maybe 70% of the time, it works fine, but the other 30% of the time, there is a large gap left between the field and the text. I cannot figure out why.