c# - MVC Decimal? Incremental Validation -


is possible, in addition adding range decimal? apply increments such divisible 100 true?

[required(errormessage = "amount required")] [range(1000, 25000, errormessage = "loan must between 1000 , 25000")] [displayname("amount")] public decimal? amount { get; set; } 

any appreciated :-)


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -