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

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -