I would like to know what is the easiest way to have a \"Greater Than\" & \"Lower Than\" validation on a ASP.NET MVC 3 form?
I use unobtrusive JavaScript for client
Could look at the dataannotationsextensions it does Min/Max for int
Also have a look at a foolproof validation it inlcudes GreaterThan comparison for numeric/datetime etc