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 a clickonce application?
What is code access security (cas)?
how to create applications by using Visual Studio 2012?
Explain what does the term "green architecture" mean? : .NET Architecture
What is msil, and why should my developers need an appreciation of it if at all?
I can't be bothered with cas. Can I turn it off?
deference between display and visibility property of CSS
What is Video Streaming in .net??
How does an appdomain get created?
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
what is the method while we are using adapter and dataset ?
what are constructors and destructors?
What are the important principles of soa (service oriented architecture)?
Explain the difference between l1 and l2 cache? : Dot net architecture
Does .NET runtime offer Deterministic Destruction or not?