L
lorenzon
I have a relatively simple case where I have a form with two fields
(call them A and B) which need to be enabled mutually exclusively
depending on the state of a drop down. So if drop down is "A" then
field A is populateable and if B then B.
This would be relatively simple to do with a CustomValidator I
imagine, but assuming I just wanted a serverside check, can anyone
think of a way of using say the CompareValidator or something to do
this check, even extending might be an option if it's less work than
writing the whole thing from scratch with a customvalidator..
(call them A and B) which need to be enabled mutually exclusively
depending on the state of a drop down. So if drop down is "A" then
field A is populateable and if B then B.
This would be relatively simple to do with a CustomValidator I
imagine, but assuming I just wanted a serverside check, can anyone
think of a way of using say the CompareValidator or something to do
this check, even extending might be an option if it's less work than
writing the whole thing from scratch with a customvalidator..