IN THIS CHAPTER
Understanding Application Variables
Understanding Session Variables
ASP.NET Viewstate and Control State
I’ve heard many people describe the communication between a web server and a web browser as akin to a telephone call. A web browser “calls” the web server and a line of communication is opened between the two so that information can be exchanged. In fact, a web application is nothing at all like a telephone conversation. Unlike a telephone call, there is no connection in a web application between the web server and the web browser. The illusion of a connection is created by the network itself.
In a web application, ...
No credit card required