Learning the various ways to use UpdateModel in Asp.Net MVC
Category: Languages > .net      Posted: 24 Jun 09

In this episode we will take a look at at some of the various ways you can use the UpdateModel mechanism which is part of the ASP.Net MVC framework to update your data model from a form post.

We will take a look at how to use UpdateModel, TryUpdateModel and how to use an IBindable interfac...