G
Guest
I have Required Field Validators in 10 pages, and they all work fine on
development, but for 9 out of the same 10 pages, on production, they act as
if they aren't even present (it is unlikely they somehow failed to be copied
to production). Also, I'm pretty sure these used to work fine on prod.
Does anyone know why they would stop working, or only work on development?
Here's an example of a failing one: <asp:requiredfieldvalidator id="rfvQual"
runat="server" controltovalidate="ddlQual" display="Dynamic"
errormessage="Qualification is Required."></asp:requiredfieldvalidator>
Thanks,
Rand
development, but for 9 out of the same 10 pages, on production, they act as
if they aren't even present (it is unlikely they somehow failed to be copied
to production). Also, I'm pretty sure these used to work fine on prod.
Does anyone know why they would stop working, or only work on development?
Here's an example of a failing one: <asp:requiredfieldvalidator id="rfvQual"
runat="server" controltovalidate="ddlQual" display="Dynamic"
errormessage="Qualification is Required."></asp:requiredfieldvalidator>
Thanks,
Rand