Validators
-
Hi all, I have some RequiredFieldValidators and CompareValidators that are working fine on development box but not working at all on production. Does anyone have a clue why this is the case? Thank you, Anzy
I've solved the problem by setting all validators' 'EnableClientScript' to false. Apparently the production server does not support client-side validation/scripting for some reason, so the only option left is to use server-side without the need to manually write the validation code. HTH Anzy
-
I've solved the problem by setting all validators' 'EnableClientScript' to false. Apparently the production server does not support client-side validation/scripting for some reason, so the only option left is to use server-side without the need to manually write the validation code. HTH Anzy
hi, You found solution. right. Good. but tell me what you mean by this "development box but not working at all on production." Is Develpoment means your IDE ? Production means what ?:sigh: ************************** S r e e j i t h N a i r **************************
-
hi, You found solution. right. Good. but tell me what you mean by this "development box but not working at all on production." Is Develpoment means your IDE ? Production means what ?:sigh: ************************** S r e e j i t h N a i r **************************