TempData in ASP.NET MVC is available for the current request and in the subsequent request it’s available depending on whether TempData is read or not. So if ASP.NET MVC TempData is once read it will not be available in the subsequent request. In short, TempData in ASP.NET MVC is available till it is read.
You may also like
Sony Reveals the Price, Name and Titles for Its New PS Vita Console
The Japanese tech giant Sony at its E3 conference announced that its new handheld device will carry the official name of the “PlayStation Vita”. It is worth mentioning that the company has already revealed a number of...
Sony to Present Its New PSP2 Boasting with OLED Screen and 3G Support
Gamers will soon be able to witness the launch of a new Sony PSP2 that will feature an OLED screen and support 3G. The information on the preliminary details of the console and PSP smartphone were recently unveiled in...
Windows Phone Marketplace finally gets a web version
4 Pages1234 Theres nothing particularly wrong with Windows Phone Marketplace on a Windows Phone. But theres been no way to browse for apps on a desktop computer, or in a web browser. That changes today (at last!) with...
Advertisement
Recent posts
Difference Between Clustered And Non Clustered Index
March 10, 2022
What are the core components of WCF service?
March 10, 2022
What are the different kinds of controls in WPF?
March 10, 2022
Role of UIApplicationMain in iOS App Launch Process
March 10, 2022
Facade Design Pattern In C#
March 10, 2022
What are Azure Storage Limits?
March 10, 2022
You Aren’t Gonna Need It – Yagni Design
March 10, 2022
what-is-wcf-wcf-interview-question
March 10, 2022
Add comment