Everyone,
I am having a database value
Salary : decimal(18,2)
I will enter this value in a textbox and will save in database on HTML.BEGIN post MVC
my view model is not accepting the textbox value if the value b4 the precision is more than 3
salaray: 5000.56 this is not accepted
salaray: 500.56 this is accepted
any thing more than 3 is not getting accepted
Help me to solve this issue.
Thanks,
R