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


Please Help Members By Posting Answers For Below Questions

Explain about .net garbage collector?

558


What is the purpose of cache? : Dot net architecture

538


Is dim fs as filestreamobject is a managed code? : Dot net architecture

501


What is .net mobile images control. Explain with an example? : Microsoft dot net mobile

503


how to change row background color in gridview

561






What is a virtual memory? : .NET Architecture

538


Can you explain server controls in atlas?

541


What re interop services?

564


What is .net mobile lists. Explain with an example? : Microsoft dot net mobile

500


Explain the types of memory management? : Dot net architecture

507


What is MS chart control in visual studio?

692


What are relation objects in dataset?

549


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

1859


how to change the title of my window?

1421


When do I need to use gc.keepalive?

649