What is State Management in .Net and how many ways are there
to maintain a state in .Net?

Answer Posted / k.indumathi

we can maintain state in ASP.Net in two ways.
1.Client Side Management.
2.Server Side Management.
1.Client Side Management

1.View state
2.Control state
3.Hidden fields
4.Cookies
5.Query strings
2.Server Side Management.
1.Application state
2.Session state
3.Profile Properties

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we implement a identity (sql server) call in an asp.net page?

677


How many languages are supported by .NET at present time?

392


What is the significance of attaching a profile while creating a user?

656


Why do we need Sessions?

664


Define caching.

720






What is the difference between page-level caching and fragment caching?

619


What is the use of placeholder control?

648


Explain the difference between web user control and web custom control?

607


What is difference between ispostback and autopostback in asp net?

609


How we can force all the validation controls to run?

622


What is Cookies Less Session?

702


What is difference between singleton and single call?

734


What is custom attribute?

651


Can I tap into other windows livetm services?

651


Why SessionID changes in every request in asp.net?

628