Community

Understanding ViewData, ViewBag And TempData

(Bipin Joshi) While working with ASP.NET MVC applications you often need to pass data from controller action methods to the view. And there are various techniques to accomplish that goal – ViewData, ViewBag and TempData. This article explains these techniques, their usage and the difference between

Read More - Register for Free Membership