Either/Or Required Field Validatio?

  • Thread starter Thread starter Kenneth Baltrinic
  • Start date Start date
K

Kenneth Baltrinic

Is there an easy way with a validation control to have either one field or
another required but not both? This is for a forgotten password page where
the user must fill in either a user ID or email field for help but not both.

Thanks for any help.

--Ken
 
shouldnt be very difficult... the default validation controls dont have this
feature... but try using custom validator... write your own javascript and
your own server side validation script and bind them to you custom
validation control.... thats about all you need to do...

hope this helps...
 
Back
Top