ASP.NET State management

    Whenever page is posted to the server, a new instance of the Web page class is created each time. This means that all information associated with the page and the controls on the page get lost with each round trip.     To overcome this situation, ASP.NET provides various options to preserve the data. These are known...