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
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
Explain how cookies work. Give an example of cookie abuse.
Which asp.net objects encapsulate the state of the client and the browser?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
What is voluum?
What are user controls?
What is the extension of master page in asp.net?
When we use cookie less session? Explain its working?
What is app_code folder in asp net?
Explain the boxing and unboxing concept in .net?
Who is using asp.net?
How information about the user's locale can be accessed?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
How can I configure asp.net applications that are running on a remote machine?
Difference between overriding and overloading?