Validation of interdepent inputs using javascript.
Posted
by Rana Imtiaz
on Stack Overflow
See other posts from Stack Overflow
or by Rana Imtiaz
Published on 2010-03-12T07:12:37Z
Indexed on
2010/03/12
7:17 UTC
Read the original article
Hit count: 268
validation
|JavaScript
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 ?
© Stack Overflow or respective owner