Validation covering a group of text fields

I am trying to achieve the following: enter image description here

Where:

  • Surname is always required
  • NI or reference number required

Is that beyond ASP.NET Validation controls ? The only solution I can think of is to write some javascript to order (for the client side) and back up with some code on the server side.

+3
source share
2 answers

, , - CustomValidator (. ), , . . .

+1

All Articles