Briefly describe different techniques for ASP.NET State
Management?
Answer Posted / sanjayi
the different techniques are
1. View State
2. Cookies
3. Session
4. Cache
5. Application, Etc.,
StateManagement is 2 types
1.Client Side Statemanagement
A.View State
B.Query String
C.Hidden Fields
D.Cookies
2.Server side Statemenagement
A.Session
B.Application
C.Cache
State management is implemented in order to retain
information about the user requests. Web pages are
stateless. Each request creates new page without retaining
any previous information about the user requests.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is a .xap file? Explain with an example.
Is asp.net and .net the same?
What are assemblies and namespaces and explain the difference between them ?
To get the values in two different controls to match which control you use it?
What is the displayafter property in updateprogress control?
What are the parts of an http response?
Explain transparent caching with aop?
How to reduce the width of textbox in editcommandcolumn of datagrid?
What are triggers of an updatepanel?
How can we provide the WebParts control functionality to a server control?
How you can add an event handler?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
Name the namespace which is used by ado.net?
Distinguish between Server-side and Client-side code?
Explain the asp.net page life cycle.