what is state management?

Answers were Sorted based on User's Feedback



what is state management? ..

Answer / n.ravi

The web server will remember the users information by implementing certain techniques these techniques are called state managent. those are divided into 2 types 1.client side
2.server side
client-side:1. query string 2.hidden fields 3.view state 4.cookies
Server Side:1.session 2. Application 3.Cache 4.context

Is This Answer Correct ?    15 Yes 1 No

what is state management? ..

Answer / sumit kumar gaud

as it is known to all that asp works over http. and http is a stateless protocol that means server does not have any information about client.
To manage this asp .net provides state management. It can be managed in two ways
1. Client Side
2. Server Side.
for detail visit
http://msdn.microsoft.com/en-us/magazine/cc300437.aspx#S1

Is This Answer Correct ?    14 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

Can you explain how ASP.NET application life cycle and page life cycle events fire?

0 Answers   MindCracker,


What is the file extension of web service?

0 Answers  


What is view state and how this can be done and was this there in asp ?

3 Answers   Accenture, BirlaSoft, CTS, Mphasis,


What is hidden field in asp.net?

0 Answers  


hi im shailendra singh my question is how we deploye the data base

3 Answers   HCL,






What is masterpage?

0 Answers  


Does JITting occur per-assembly or per-method? How does this affect the working set?

1 Answers  


Describe state management in asp.net?

0 Answers  


Why Unload event of MasterPage Calls first in ASP.net ?

0 Answers   HCL,


Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?

0 Answers  


What is the difference between a Thread and Process?

1 Answers  


What is enableviewstate?

0 Answers  


Categories