Problem with RequiredFieldValidator
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Situation: In may Web page I have RequiredFieldValidators. I have button Back. I need that when I push the Back button, page redirects to other page (Response.Redirect("URL")). But its don't work, because of RequiredFieldValidators. I tried: ReqNAME.Enabled = False, but it's doesn't work too...( But when I Disable this validator at all, not in scripting progress in Button_Clik event, its works.... Why it is so? I tried with Button_Click change other validator Properties, no reactions... ?