Author: Suprotim Agarwal | Posted on: 5/10/2012 5:22:14 PM | Views : 691

Simply said, ASP.NET MVC TempData dictionary is used to share data between controller actions. The value of TempData persists until it is read or until the current user's session times out. ...

Go to the complete details ...