Hi I have a textbox and a datepicker control.
The validator requires that neither can be selected. ie. both blank. However if one has a value the other must also have a value.
Can anybody tell me how to implement this given that a CustomValidator requires a RequiredFieldValidator to fire?
Use a custom validator and have the following client side code…