Answer Posted / saranya
Control state
Hidden fields
Cookies
Query strings
Application state
Session state
Profile Properties
cache
1.state management is used to maintain the state of the
page after postbacks.
2.used to store the user information.
3.avoids complexity of retrieving data from DB everytime
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is a web based system?
What are the data controls available in asp.net?
Explain a program using code nuggets to create a simple application? : asp.net mvc
What is meant by web application?
Give me one example of Web API Routing?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What is the difference between adding reference in solution explorer and adding references by using ?
How do I send an email message from my ASP.NET page?
What is difference between inproc and outproc?
What is view state management in asp net?
What are web server controls in asp.net?
What is content page in asp net?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is asp net_sessionid?
When we use cookie less session? Explain its working?