What is State Management in .Net and how many ways are there
to maintain a state in .Net?
Answer Posted / krupali
state management is the art of retaining information between
requests.
There are two types of statemanagement options in .net?
1)client side state management.
2)Server side state management.
In client side state management.
1)view state
2)query string
3)custom cookies
In server side state management.
1)Session state.
2)application state.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What is active web page?
What is httpresponse?
What is the difference between table and query?
How do you create a master page?
What is session state server?
What is the flow of processing of the request? : asp.net mvc
What is dynamic web page with example?
Explain culture and uiculture values.
How to create multi language website in asp.net mvc? : Asp.Net MVC
What is the behavior of a Web browser when it receives an invalid element?
From which base class all web forms are inherited?
Describe state management in asp.net?
Which platform does Microsoft .NET use for exchanging data between applications?
What are strong names?
Explain a program using code nuggets to create a simple application? : asp.net mvc