I have a text box with a CustomValidator control that is looking at a client side javascript. The problem is, the validator is not validating the field, if it's empty. I cannot use a RequieredField validator, 'cause validation depends on another check box control. I was hoping that validation will always run and the script will validate the text box, depending on the state of that checkbox. Any ideas?