Description:
In this example
we explain that how to validate Decimal number with two places using Data
Annotation in Asp.Net MVC.or how to validate TextBox with allow only Decimal
number in MVC razor using Data Annotation. Or Regular Expression for the
Decimal number with two places validation in MVC using Data Annotation. Here we
demonstrate that how to perform Decimal TextBox validation with maximum up to
two decimal places validation in MVC.