Types of state management techniques ?
Answer Posted / krupali
There are two types of state management options available.
1)client side statemanagement.
2)server side statemanagement.
In Client side statemanagement
1)View state
2)query string
3)custom cookies
In server side statemanagement
1)Session state
2)application state
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
Can you nest updatepanel within each other?
What is the difference between a cookie and a pixel?
Explain the various authentication mechanisms in asp.net.
Define authentication and authorization.
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What is the default Orientation property in a Menu control?
Explain Optimization technique description?
What is ashx file in asp.net?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
Explain the difference between server control and html control.
How do you declare static variable? What is its lifetime?
What is the use of session?
What is the difference between system.stringbuilder and system.string
What are the event handlers that can be included in the Global.asax file?