MVC postback bug, Underscore.js, ===, Asana, Launched FillThePart.com!!, Visual Studio 2012
After being stumped for a while with a particularly interesting issue in MVC – I found the solution on Rick Strahl’s blog. Specifically I was trying to change the values of a view model from a controller action, after PostBack – yet my changes seemed to be ignored or simply refuse to stick. Turns out the HtmlHelpers refer to the actual POST data on page load after postback (seemingly ignoring the “model” even though you explicitly refer to the model when using HtmlHelpers).
[Read More]