I have this in my view model:
[Required(ErrorMessage = \"Price is required\")] [Range(0.01, 999999999, ErrorMessage = \"Price must be greater than 0.00\")] [
You can make this validation by using a regular expression and apply it with RegularExpression attribute.