0
kicks
ASP.NET 4.5 Preview: Using model binding to update data
In ASP.NET MVC model binders are also able to update our objects when they are modified. In this posting the author shows you how to use strongly typed FormView to save data that the user modified.