Categories

Updated: 05/02/2008

State Management in ASP.Net

Web Pages developed in ASP.Net are HTTP based and HTTP protocol is a stateless protocol. It means that web server does not have any idea about the requests from where they coming i.e from same client or new clients. On each request web pages are created and destroyed. This tutorial explains how to remember site visitor''s informations between requests.
©2003-2019 jCay.com