W
Wes Weems
I'd like to have a 3 values in a drop down, and have a validator not allow a
form submit unless its 2 of the 3 values (eg, one of the values says "select
one")
I used custom validator and did a if(args.value == "0"){args.IsValid =
false
however it seemed like it never even fired that validator, even though the
submit button CausesValidation = true,
Thanks,
Ronnyek
form submit unless its 2 of the 3 values (eg, one of the values says "select
one")
I used custom validator and did a if(args.value == "0"){args.IsValid =
false
however it seemed like it never even fired that validator, even though the
submit button CausesValidation = true,
Thanks,
Ronnyek