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 access level of the visibility type internal?
Waht is Dot net Arcitecture
Explain pipelining? : Dot net architecture
Differences between VS 2005, 2008 and 2010 ?
How does .net mobile work? : Microsoft dot net mobile
Why am I getting an invalidoperationexception when I serialize an arraylist?
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
Explain how cache is used? : Dot net architecture
Explain domestic architecture artifacts? : Dot net architecture
how to change row background color in gridview
What is the purpose of cache? How is it used? : Dot net architecture
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
Explain different pipelining hazards and how are they eliminated? : .NET Architecture
difference between Response.write,server.transfer and also which one is used when ?
What is the application frame host?