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
Waht is Dot net Arcitecture
what is the difference between running an application with and without debugger?
Explain about the base class library provided by microsoft.net?
What is the use of TPL DATAFLOW?
what is the difference between master page and content page?
What is the purpose of Treeview control?
What is the difference between l1 and l2 cache? : Dot net architecture
Are there any third party logging components available?
What's new in the .net 2.0 class library?
Does application frame need host?
Describe the Managed Execution Process in .NET?
What is a service class?
Explain the difference between l1 and l2 cache? : .NET Architecture
question related to table havi colspan and row span
Explain the race around condition? : Dot net architecture