Validators not getting fired
-
hi all, On one page of the application validators are not getting fired. can please any one give me clue what could be the reason? neoms21
-
hi all, On one page of the application validators are not getting fired. can please any one give me clue what could be the reason? neoms21
From your message it is not clear that which validation control are you using. Anyway, please make sure that you have enabled the validation control by using Enabled property. Apart from that check whether you have enabled client side validation for that page. If yes, give appropriate error message so that you will get notified. Hope this will help you Thanks Rakheesh
-
From your message it is not clear that which validation control are you using. Anyway, please make sure that you have enabled the validation control by using Enabled property. Apart from that check whether you have enabled client side validation for that page. If yes, give appropriate error message so that you will get notified. Hope this will help you Thanks Rakheesh
i have already checked for all things mentioned. but the thing is that requiredfieldvalidators are getting fired on the development server when i deploy the application on LIVE environment validators dont work only on one page of the application. Rest are working fine. looking for your advice. Manoj