Categories

Updated: 04/16/2008

ControlState Property Demystified

ASP.NET web applications are based on stateless HTTP protocol. New instance of the web page class is created each time the page is requested from the server. This tutorial explains how to create controls which can remember data across web page postbacks.
©2003-2019 jCay.com