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
How to use multiple scriptmanager controls in a web page?
Which is the parent class of the ASP.NET server control?
What is cache in asp net?
How do we implement bundling in MVC?
What is the concept of postback in asp.net?
How can I open ashx file in mobile?
how to debug web services on consumer side?
What are the different authentication modes in asp.net?
What is directive in asp net?
Which is faster viewbag or viewdata?
What is asp.net master page?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
What is the equivalent of date() and time() in asp.net?
Why cyclomatic complexity is important?
In a Repeater control how one can provide an alternating color scheme ?