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

How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know

716


In which event are the controls fully loaded?

574


How do I use response redirect?

570


Explain global assembly cache.

581


What are HTTP handlers in ASP.NET?

589






Where you store Connection string in "Web.Config" file in ASP.NET?

588


What is authorization in asp.net?

586


Explain file-based dependency and key-based dependency.

580


If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?

656


If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?

559


How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?

1577


ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?

1481


Explain different types of validators in asp.net?

540


How do u deploy your asp.net application?

616


What is the appSettings Section in the web.config file?

596