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
What is the concepts of globalization and localization in .net?
Can we store object in viewstate?
Explain the difference between asp & asp.net.
What are the advantages of using session?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
Where is the view state data stored in asp net?
What are main return types supported in Web API?
Can we use html in asp.net?
What is scope of an application variable in asp.net?
What is enableviewstatemac in asp net?
Explain the different parts that constitute ASP.NET application?
What is data grid view in asp.net?
Explain the updatepanel?
What are the Types of state management techniques
What are custom controls?