I am trying to achieve the following:

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.
source
share