about 9 years ago
TempData
Example
TempData.Keep()
TempData.Keep(“EmpName”)
The value of TempData is internally stored in session variable.
One time messages or short lived data like validation messages, error messages etc can be stored in TempData.
Session
0 Comment(s)