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 is advantage of asp.net?

543


How does viewstate work?

573


What is csrf attack in asp.net?

519


What kind of programming language is ASP.NET?

607


How does the service stream content?

584






To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?

603


What are sessions used for?

555


What is the difference between pathparam and queryparam?

576


What is the function of the ViewState property?

636


What is asp.net ajax?

552


What is windows active directory authentication?

567


What are the new data controls in asp.net 2.0?

524


What is the server of asp.net?

506


a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

1592


What kind of data we can store in viewstate?

576