In my Asp.net MVC project, I have a scenerio where in,
- User have a big form named "Form A" to fill up.
- On filling half of the Form A,user is redirected to Form B to fill information.
- On completing Form B, user is redirected back to Form A and at this time Form A should be pre-filled by the information user filled before going to Form B.
How and where to hold the half filled Form A information when user is filling Form B and how to refill Form A with this previously filled information?