Sesseion is data stored per user session. ViewState is a way for the application to maintain state about a particular form and its child controls.
Home / FAQ / ASP.NET / Custom Controls / What is the difference between Session and ViewStates?
Sesseion is data stored per user session. ViewState is a way for the application to maintain state about a particular form and its child controls.
Share with