Browse by Tags

Related Posts

  • After the action is executed, I need to access ViewData and TempData, is that possible?

    In the controller you need to be aware of the difference between ViewData and TempData in relation to redirects. I want to make it possible to put something in ViewData under a unique key and if the page is redirected move it to TempData right before the redirect. I was initially thinking about the Application...
    Posted to ASP.NET MVC (Forum) by random0xff on 02-24-2009, 12:00 AM
    Filed under: MVC, tempdata, viewdata
  • TempData vs ViewData

    I might have missed some important document that describe the difference, so, just in case, a link will be enough... Otherwise, can someone help me understand the difference between TempData and ViewData? From my understanding of this ViewData is meant to be passed to the View of the page TempData is...
    Posted to ASP.NET MVC (Forum) by simonech on 04-21-2008, 12:00 AM
    Filed under: tempdata, viewdata
Page 1 of 1 (2 items)