How do I display different validation messages each time a validation rule is violated. Here is the example condition i am looking at:
If user enters an SSN starting 000 then i will display "Shouldn't start with 000" If user enters an SSN starting 8 or 9 then i will display "Shouldn't start with 8 or 9" and so on. So the problem is how to display different validation messages for same textbox based on different masking patterns that are violated.