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
i want the asp.net technical questions and answeres
What’s the catch?
What are the versions of garbage collection?
What are Authentication and Authorization?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
Why session is more secure than cookies?
How would ASP and ASP.NET applications run at the same time on the same server?
What are the 3 types of web?
Explain what are delegates?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
Why do you use the app_code folder in asp.net?
What is Bundling and Minification in MVC?
Explain the boxing and unboxing concept in .net?
Define reflection in .net?
What is mvc in asp.net tutorial? : Asp.Net MVC