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
How can we implement a identity (sql server) call in an asp.net page?
How many languages are supported by .NET at present time?
What is the significance of attaching a profile while creating a user?
Why do we need Sessions?
Define caching.
What is the difference between page-level caching and fragment caching?
What is the use of placeholder control?
Explain the difference between web user control and web custom control?
What is difference between ispostback and autopostback in asp net?
How we can force all the validation controls to run?
What is Cookies Less Session?
What is difference between singleton and single call?
What is custom attribute?
Can I tap into other windows livetm services?
Why SessionID changes in every request in asp.net?