I am working on a CRUD application using .NET and I have about 10 or so dialogs I must implement. The user will enter information on one dialog and be sent to another dialog depending on the information being passed. This application basically mirrors what Spring MVC and JSF do when passing information between JSP pages.
Is there a design pattern I can use along with the MVC pattern/architecture that will help me transfer information between dialogs?