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
Explain about microsoft visual studio?
What actually happes when you add a something to arraylistcollection ?
Can you explain control extenders?
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
what is the difference between master page and content page?
what is polymorphism and advantage ?
How can we perform data binding in atlas?
Can you explain update progress control?
Explain about cookie less session state? : .NET Architecture
How is the using() pattern useful? What is idisposable?
Define an interrupt? : Dot net architecture
Can you explain server controls in atlas?
Define dma? : Dot net architecture
How do you handle this COM components developed in other programming languages in .NET?
What are different types that a variable can be defined and their scopes ?