Briefly describe different techniques for ASP.NET State
Management?

Answer Posted / kamal sharma

StateManagement are 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
d.profile

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 ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you explain one critical mapping? Performance issue which one is better?

466


Explain the advantages of passport authentication.

509


What are the various session state management options provided by asp.net?

540


What is the use of execute non query in asp.net?

483


Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?

557






How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server

5691


What is difference between abstract class and an interface?

502


What is the difference between globalization and localization?

487


is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?

1948


Fetch one page value to another page without using state-managment ?

530


What is difference between asp.net and asp.net mvc? : Asp.Net MVC

485


Explain client-side scripting?

569


What is the sequence in which ASP.NET events are processed?

472


What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC

496


Explain the disadvantages of viewstate?

569