what is stage management ? (ASP.NET)

Answer Posted / shabbir alam

Http is is stateless protocol,because if it be a stateful then only 100 connection can be be made with the server,if it exceeds then it will give connection pooling exception,thats why http is a stateless protocol.
To manage the state we use
1.Cookies
2.Query String
3.Session
4.View State
5.Caching
6.Hidden Variables

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about continuable exceptions?

531


What is the use of CLR in .NET?

594


how to use custom field validation

2049


How is the using() pattern useful? What is idisposable?

512


What is password attribute of the textbox control of .net mobile? : Microsoft dot net mobile

462






Can I customise the trace output?

632


What is a virtual memory? : Dot net architecture

531


Explain .net mobile input controls? : Microsoft dot net mobile

482


What are relation objects in dataset?

544


What does the term "green architecture" mean? : Dot net architecture

464


inprocess vs out process session state : Dot net architecture

516


How can I write my own .NET host?

561


how to make and display a form without title bar?

1481


What is cache coherency and how is it eliminated? : .NET Architecture

528


How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts

613