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
Where is asp.net session stored?
What can you do with asp.net?
How you can return View from ASP.NET Web API method?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
What is a web api?
How do you implement sql caching in asp.net?
Can I have a unique key as foreign key?
What are strong names?
Explain the difference between asp.net mvc and asp.net webforms
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
What is asp net theme?
What is a pixel url?
What are server activated objects?
Which is better viewstate or session?
Is sql backend or frontend?