Displaying posts published in

December 2010

Checkbox has to be ‘checked’ – with unobtrusive jQuery validation and ASP.NET MVC 3

Is it a pretty common scenario to have a checkbox on a form, that is required to be checked during POST-ing of a form. This usually happens when we have a typical ‘Agree to Terms and Conditions’ element. When I started to play with unobtrusive JavaScript validation in new ASP.NET MVC i was pretty sure [...]

Share