In my continuing effort to become educated on the MVC framework, I stubbed my toe on something today. I setup a simple edit screen and I wanted to updated the data on that screen to the database. I built my edit form by using the Html helper methods (Html.TextBox to be exact), but I made a few mistakes...