Monday, March 12, 2018

Learn About State Management In ASP.NET MVC

In this article, we will discuss various ways to pass the data from Controller to View, or Controller to Controller. However, in ASP.NET web applications, for state management, we use View State, HiddenFileds, Session, etc.

source https://www.c-sharpcorner.com/article/learn-about-state-management-in-asp-net-mvc/

No comments:

Post a Comment