Validating either textbox

  • Thread starter Thread starter bonokoot
  • Start date Start date
B

bonokoot

How would I setup my validators so if one of two textboxes has values
in it the other textbox doesn't get validated? Using asp.net 2.0 and
C#.

Thanks
 
you will have to use Custom Validator control and write your own script for
the validation.

- Augustin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top