Hi
I'm looking for a good solution to pass two generic objects to a viewpage like ViewPage
The view should render a Customer, and the SomePresentation holds data used in the view, could be a list of cities where a customer holds one city.
I don't want to use ViewDate["somedata"] for various reasons. So if anybody has a solution to get the second parameter up and run, please let me know.
I read something about using an IPresentationModel, but not sure how to do it
Best regards