What are the different state management techniques used in asp.net for web applications?

In ASP.Net the state can be maintained in following ways

Server-side state management
Application objects
Session Variables
Database
Client-side state management
Cookies
Hidden input fields
Query String
ViewState

8 comments:

Type more interview question answer here