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 boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?
How can I write my own .NET host?
What is different about namespace declaration when comparing that to package declaration in java?
HttpHendler and HttpModules
What is .net viewstate?
Explain about continuable exceptions?
Explain hard disk and what is its purpose? : .NET Architecture
What is .net mobile utility controls. : Microsoft dot net mobile
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
What is an asssembly qualified name? Is it a filename? How is it different?
Explain 'managed' mean in the .NET context
Explain about httpruntime.cach.get(); method?
Explain about the base class library provided by microsoft.net?
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
Explain the types of memory management? : .NET Architecture