(Scott Mitchell) There are different types of state in an ASP.NET web application: page state, session state, and application state. Page state is state that is specific to a particular user’s visit to a particular page and is commonly used to remember any programmatically changed state of the page
Read More - Register for Free Membership
