Thursday, November 14, 2013

State Management in ASP.NET Introduction

A fresh illustration showing the Web page class is created every time the page is posted towards the server. In traditional Web programming, this could typically imply all information associated with the page and the controls around the page can be lost with each and every round trip. For instance, if the user enters information into a text box, that information can be lost as a whole trip from the browser or client device for the server. ASP.NET includes several features that help you preserve data for a per page.

http://programmingunit.com/2013/10/19/state-management-asp-net/

No comments:

Post a Comment