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

MySql variables and php -

url rewriting - How to implement the returnurl like SO in PHP? -

Which Python client library should I use for CouchdB? -