Required Field Validator fails to work on production

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
My dev setup has no system_web or the 1_1_4322 folder either. I am checking
with somone who can see production (I don't have access).

May I ask why? I know he's going to ask me....

James Curran said:
Do both development & production have the same
\aspnet_client\system_web\1_1_4322 folder?

--
--
Truth,
James Curran
[erstwhile VC++ MVP]

Home: www.noveltheory.com Work: www.njtheater.com
Blog: www.honestillusion.com Day Job: www.partsearch.com

Rand said:
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
 
apparently production doesn't have it either, so the folders are the same
between dev and prod.

Thanks

James Curran said:
Do both development & production have the same
\aspnet_client\system_web\1_1_4322 folder?

--
--
Truth,
James Curran
[erstwhile VC++ MVP]

Home: www.noveltheory.com Work: www.njtheater.com
Blog: www.honestillusion.com Day Job: www.partsearch.com

Rand said:
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
 
OK I was wrong. I was looking inside a the root folder of one of several
sites, not the general root folder. Both have one. I've tried copying it to
production, but it didn't work. Perhaps I need to do a build on production?
Will try that next.

Thanks

James Curran said:
Well, that's interesting. Those folders hold the javascript files which
handle cleint-side validation. One wonder how it works in development at
all......

--
--
Truth,
James Curran
[erstwhile VC++ MVP]

Home: www.noveltheory.com Work: www.njtheater.com
Blog: www.honestillusion.com Day Job: www.partsearch.com

Rand said:
My dev setup has no system_web or the 1_1_4322 folder either. I am checking
with somone who can see production (I don't have access).

May I ask why? I know he's going to ask me....
 
Back
Top