What does Controller.TryUpdateModel() do in detail? Why might it fail

Posted by Frank Michael Kraft on Stack Overflow See other posts from Stack Overflow or by Frank Michael Kraft
Published on 2010-05-17T08:02:09Z Indexed on 2010/05/17 8:10 UTC
Read the original article Hit count: 303

Filed under:
|
|

I tried to use Controller.TryUpdateModel() of ASP.NET MVC. What does it do in detail. In my example it fails (i.e. returns false). So how can I find out, what is the reason for the failure?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about mvc