Monday, May 5, 2008

Load / Modify / Reload / Save

I just read through part 4 of one of tutorials I've been using to go through the MVC stuff.

http://weblogs.asp.net/scottgu/archive/2007/12/09/asp-net-mvc-framework-part-4-handling-form-edit-and-post-scenarios.aspx

Unfortunately, it suggests that to do an update, you need to reload the object, update it, then save it. So, if the values have changed since you populated the page, then you'll just overwrite them.

No comments: