I have such scenario when i have to load controls dynamically. I have untyped view and a set of strong typed controls. All strong typed controls has completely different models.
The questions is, how to create kind of generic post action method wich allows to get all this models on post?
May be some one may suggest the more efficient way of doing this? Load controls dynamically (kind of wizard, prev/next) and then catch data on post action.
I just was thinking that i may have post action for each step for each model. I will try it now.
Any more ideas are welcome :)