Search This Blog

Wednesday, October 20, 2010

State Management in ASP.Net

There are two major categories of the above :

1. Server-Side State Management
2. Client-Side State Management

1. Server-Side State Management:-
Session State
ASP.NET application object
Types of Cache
.NET remoting
Static variables

2. Client-Side State Management:-
Cookies
ViewState
Hidden fields
Query Strings
Control State

No comments :