I’ve got a simple form with some textboxes. These textboxes all have a RequiredFieldValidator. If field 1 is filled in I need to disable the RequiredFieldValidator of field 2 because only one of these fields is required. What is the best way to accomplish this?
I’ve got a simple form with some textboxes. These textboxes all have a RequiredFieldValidator.
Share
Currently I’ve solved it with javascript and I can use normal validators.
And these are the controls: