Hi,
I would like to bind a complex object to a view.
I create a custom ModelBinder
inherited from DefaultModelBinder
so if I post the form I can reach proper data in Controller.
But if I want to send data to the view the data will not be binded.
Which method of DefaultModelBinder
should I override?
Or anybody knows the solution?
l.