I want to validate a field using regular expression as a data annotation. Suppose a user entered only spaces in a field need to alert a message something like "Spaces are not allowed". I'm using MVC4 and EF
I want to validate a field using regular expression as a data annotation. Suppose a user entered only spaces in a field need to alert a message something like "Spaces are not allowed". I'm using MVC4 and EF