28 June, 2009

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

No comments: