State management in asp.net ?

Answer Posted / sanjeev

we have maintain state in two different ways.

client side and serverside.

client side:

1.Cookies
2.HiddenField
3.Viewstate
4.Querystring.
5.Hidden Frames
6.control field

serverside:

1.Session
2.Application
3.Database and cache.
4.profiles

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where is asp.net session stored?

483


What is cookieless session id explain in brief?

541


State differences between MVC and WebAPI

611


How can u deifne the benefits and limitation of using Viewstate for state management?

718


What is the default timeout for a cookie?

564






What is session handling in a webfarm, how it can work with its limits?

636


Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net

1513


How can I configure asp.net applications that are running on a remote machine?

547


Describe the diffeerence between inline and code behind?

522


Is it possible to create web application with both webforms and mvc?

547


List the types of authentication supported by asp.net?

531


Explain the difference between response.redirect vs server.transfer

624


if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.

1849


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?

611


Is asp.net still used?

503