Displaying posts published in

September 2009

ASP.NET MVC 1.0 issue within HtmlHelper.GetModelStateValue method

It all started innocently… I had the simplest form ever. Just a few text inputs, and one checkbox. State of one of the text inputs was determined by status of one the checkbox. If checkbox was not checked (or “on”) input was set to be disabled. As simple as that. The problem arrived when someone [...]

Share