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
Explain authorization levels in .net ?
Explain how dot net compiled code will become platform independent?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
Define caching.
Which asp.net objects encapsulate the state of the client and the browser?
Write code to send e-mail from an asp.net application?
Which is the parent class of the ASP.NET server control?
How can we register exception filter globally?
What is web api vs wcf?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Where the cookie value is stored?
What are Session states available and its Uses?
What is Web Server Control Templates.?
What does asp.net stand for?
What is viewstate? What does the “enableviewstate” property do?