State management in asp.net ?

Answer Posted / kuldeep singh

There are two to maintain the state in asp.net...
client side and serverside.

client side:

1.Cookies
2.HiddenField
3.Viewstate
4.Querystring.

serverside:

1.Session state
2.Application state

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between debug and release?

524


What are the asp.net list controls and difference between them?

520


Which library is used by the testers and developers to develop automated tests and create testing tools?

548


Explain global assembly cache.

579


If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?

603






What is authentication in asp.net?

575


Explain difference between friend and protected friend?

530


How does output caching work in ASP.NET?

503


What is the difference between cookie and session?

504


Is asp.net mvc still used? : Asp.Net MVC

513


What is intrinsic objects in asp.net?

646


What is base class of button control in .net?

530


What are validator? Name the validation controls in asp.net? How do you disable them?

548


What is the difference between session and viewstate?

520


To load your generated dataset with data which method do you invoke?

609