I\'m having a problem with开发者_JS百科 the DefaultModelBinder creating new entities when I bind a entity with child collection rather than updating the existing child entities.I found what looks like
I need a DataAnnotationsModelBinder that is going to work开发者_运维知识库 with System.ComponentModel.DataAnnotations v 3.5i have found one on codeplex, but is for the v 0.99 of DataAnnotations and it
I am having more than a little difficulty trying to debug why MVC is not binding correctly in a given case I have...
The following is the code for my controller: [AcceptVerbs(HttpVerbs.Post)] public ActionResult Edit(int id, Actor actor)