Saving state between actions.
        Posted  
        
            by Igor
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Igor
        
        
        
        Published on 2010-03-19T23:47:04Z
        Indexed on 
            2010/03/19
            23:51 UTC
        
        
        Read the original article
        Hit count: 238
        
asp.net-mvc
Hi all! I'd like to ask for a solution. For example we have a page. And I have a link to a another action from this page. I want to have an ability to save the values of entered data on the page. For instance I go to another page enter data and go back. Like the wizard. But the problem is that we can come to the action from different pages. And it need to save several data types.
Is it understand? Any suggestions?
I'd like to have common solution....
© Stack Overflow or respective owner