© Robert E. Beasley 2020
R. E. BeasleyEssential ASP.NET Web Forms Developmenthttps://doi.org/10.1007/978-1-4842-5784-5_16

16. State Maintenance

Robert E. Beasley1 
(1)
Franklin, IN, USA
 

16.1 Introduction

State maintenance is the process of preserving the state of an end user’s data as he or she navigates the pages of a Web application. This process is necessary because client-server Web applications are stateless , which means that once a server serves a page to a client, the server completely forgets about the client, the page it just served, and the state of any data associated with the page. In other words, once a page has been requested by the client via an HTTP request, and once the server has responded with the page via an HTTP response, any ...

Get Essential ASP.NET Web Forms Development: Full Stack Programming with C#, SQL, Ajax, and JavaScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.