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 query string with example?
Which method is used to enforce garbage collection in .net?
Where is cookie used in asp.net?
What are validator? How do you disable them?
How many types of session state management options available in asp.net?
Differences between “dataset” and “datareader”.
What is paging in context of Memory?
How can you pass multiple complex types in Web API?
Can we use html in asp.net?
Explain the server control events of asp.net ?
What does ascx stand for?
How dataadapter.fill works?
What are the various session state management options provided by asp.net?
Explain Life cycle of ASP.NET page when a request is made.
Explain about Application and Session Events ?