ASP.Net MVC2 CustomModelBinder not working… Changed from MVC1?

Model binding changed significantly in MVC 2. It's full of "gotchas" -- even moreso than in MVC 1. E.g.

An empty value in your form will make binding fail . None of this is well-documented. Realistically, the only good way to diagnose this stuff is to build with the MVC source code and trace through the binding.

After downloading and building with the MVC2 RTM source (thanks to Craig for that link), I was able to step through the MVC code, and discovered that in the BindProperty method (on line 178 of DefaultModelBinder.cs), there is a test.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions