GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP.NET
Go To First  |  Previous Question  |  Next Question 
 ASP.NET  |  Question 113 of 164    Print  
What is meant by state management?

  
Total Answers and Comments: 3 Last Update: October 23, 2009     Asked by: mudduswamy 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 06, 2007 12:55:00   #1  
shiva        

RE: What is meant by state management?
state management is maintane the information about the client towards the server is called statemangement in asp.net cookies sessions application viewstate.
 
Is this answer useful? Yes | No
March 20, 2007 00:09:42   #2  
pooppandi Member Since: March 2007   Contribution: 1    

RE: What is meant by state management?
State management is management of state about the client(s) at server in ASP.Net

State management can use any of the following to maintain the state
1. Cookies
2. Views (or viewstate)
3. Sessions
4. Applications
5. Databases (in Shared environment)
6. Hidden Fields


 
Is this answer useful? Yes | No
October 23, 2009 03:57:37   #3  
kirangiet Member Since: June 2009   Contribution: 24    

RE: What is meant by state management?

By default HTTP is a stale less protocol. It means it considers each request
as a new request. Solution for this problem is state management.


State Management is a technique used to maintain the state of between HTTP
Request and Response.


There are two ways one can maintain state.


1) Client Side State Management: It includes Cookies Query String Hidden
Field View State Control State HttpContext.Current.Item


2) Server Side State Management: It Includes Application Object Cache
Object Session State Profile Properties



 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape