what is stage management ? (ASP.NET)
Answer Posted / nazrul.nazi
it is not stage management it is state management
In Asp.Net web form are HTTP-Based,That y they are stateless
means server don't whether it from same client or diffrent
bcoz all data destroyed and recreated after ever request.
so to overcome this problem we use state management.
state Management are two types
server side-
1)Application
2)Session
Client Side
1)Cookies
2)ViewState
3)Hidden field
4)Query String
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of cache? : Dot net architecture
What are relation objects in dataset?
8. Oop-Why and were we use Interfacse and Abstract class.
Explain cache? : Dot net architecture
Define cache? : Dot net architecture
Explain .net mobile input controls? : Microsoft dot net mobile
what is the method while we are using adapter and dataset ?
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
So what exactly is the configuration file for then?
Explain write back and write through caches? : Dot net architecture
What is a virtual memory? : Dot net architecture
Define cache coherency? : Dot net architecture
what are constructors and destructors?
Explain the difference between state server and sqlserver : Dot net architecture
4. Wcf- what Asych and Sych call and how that works