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
Whats new features in Visual Studio 2012?
What is the difference between an event and a delegate?
What are the types of memory management? : Dot net architecture
Which software is used for .net programming?
Explain the Lapsed Listener problem in .net
which is the institute in hyderabad for providing the live project industry training
Can you explain update progress control?
How does .net remoting work?
How is the using() pattern useful? What is idisposable?
Explain .net mobile input controls? : Microsoft dot net mobile
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture
Explain cache? : Dot net architecture
how can we achieve language interoperability through CLS? How MSIL works?
What actually happes when you add a something to arraylistcollection ?
Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile