Click here to Skip to main content
16,004,564 members
Articles / Web Development / ASP.NET / ASP.NET4.0

Passing Data Using ViewData, ViewBag, TempData, Session Variables In ASP.NET MVC

4 Jan 2018CPOL3 min read 15.3K   6  
In ASP.NET web application we are familiar with data passing and state management mechanism like Session, ViewState , hiddenfield etc. But in ASP.NET MVC Application we have ViewData, ViewBag, TempData, Session Variables.
This is an old version of the currently published article.

Only logged in members can view this content

Please go to the ASP.NET Table of Contents to view the list of available articles in this section.