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


Please Help Members By Posting Answers For Below Questions

What are the difference between overriding and overloading?

502


Differentiate strong typing and weak typing

530


Explain the use of dataadapter.

579


Explain a program using code nuggets to create a simple application? : asp.net mvc

511


What is asp.net futures?

572






What is use of <% %> in asp.net?

548


Define authentication and authorization.

623


how to include timer or counting time to display next page in asp.net

1603


Can we set which type of comparison we want to perform by the CompareValidator control?

519


Can I combine classic asp and asp.net pages?

534


How you will improve web application performance?

552


What is state management technique?

543


What do you mean by serialize and marshalbyref?

573


Describe the Server Control Events of ASP.NET?

659


In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely

1551