Validation of interdepent inputs using javascript.
- by Rana Imtiaz
Hi!
I have multiple text fields on form and i want two of them should validate like If one of them is empty then say "Both fields are required". Additionally I have also other text fields on form and they are already validating on button click.
Can it be handled using Asp.Net CustomValidator ?