Answer Posted / 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 View All Answers
How do you implement sql caching in asp.net?
What are Caching techniques in .NET
Why session is used in asp.net?
What are server objects?
How does windows service lifecycle differ from a .standard. Exe?
How does session work?
How will create assesblies at run time?
Where you store Connection string in "Web.Config" file in ASP.NET?
What is the procedure to create the environment for asp.net? : asp.net mvc
Explain the asp.net session state modes.
How can you pass multiple complex types in Web API?
How you can stop the validation of ASP.NET controls from client side?
Is it possible to write code in many languages in one asp.net project?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
What is the request flow used for asp.net mvc framework? : asp.net mvc