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

what is advantage of developing in asp.net.why the same can't be developed in Java or other web developemnt tool.what are advantages of developers.

4 Answers   IBM,


Explain server control extensibility with reference to asp.net 2.0 ?

0 Answers  


Explain cashing in asp.net.

0 Answers  


Is a dll file an executable?

0 Answers  


What is AutoPostback?

0 Answers  






What is clr? Difference between clr & cts?

0 Answers  


What is the difference between page directive include and action tag include?

0 Answers  


How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.

0 Answers   Honeywell, Wipro,


How asynchronous call can be implemented using delegates?

0 Answers  


What is difference between or and orelse?

0 Answers  


what is abstract class and method..

2 Answers  


Anyone has Latest Microsoft ASP.NET Certification Dumps for these?

1 Answers  


Categories