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

What are Caching techniques in .NET

600


What is difference between Server.Transfer and Response.Redirect in ASP.NET?

560


How can we apply themes to an asp.net application?

562


How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?

3412


What is server infrastructure?

617






What are the file extensions for razor views?

679


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?

648


Differentiate the session object and application object?

538


How do you create a master page?

559


What is clr? Difference between clr & cts?

688


What is ispostback method in asp.net? Why do we use that?

578


What is the use of web.config file?

537


What are the namespaces used in asp.net mvc? : asp.net mvc

518


What is intrinsic objects in asp.net?

646


Why is it preferred to not use finalize for clean up?

561