How to manage state in Asp.Net Web applications?

How to manage state in Asp.Net Web applications?

Tags..  ASP.NET interview  Asp.Net State Management  Web Application Development
Views: 209 | Community Opinion/Answer: 1

Add Your Opinion

Bookmark this page..



Ask a New Question Go to Home


Community Opinion/Answers
Sumit Singh said..

State management is done at client side and server side
Client Side: Client Side it can achieved with the help of View state, Cookies, Query String,hidden fields and control state.
Server Side: with the help of Cache, Application,Session and Database.


What do you think? Add your opinion/answer
Your Name:
*your opinion/answer: