ASP.NET flash / TempData memory -
In some frameworks, a type of session is called variable flash (like Ruby on Rail) which is globally Allows to store variables (like a session object), but only for consecutive calls (just like TempData in ASP.NET MVC)
Is there a way to do this in ASP.NET webform?
Thank you
Comments
Post a Comment