Showing posts with label ASP.NET View State And ViewStateEncryptionModes Overview. Show all posts
Showing posts with label ASP.NET View State And ViewStateEncryptionModes Overview. Show all posts

View State in ASP.NET Overview


The state of the page held with page and not with the server.

View state is enabled by default for all server controls
HHTP is a stateless protocol, hence the state of the control is not saved between post backs. The information is saved in HTML hidden fields. In other words it is a snapshot of the content page.
There are 2 ways  to maintain the viewstate

In the previous Article I Explained about  Inserting Images to Database

Proceed Further..

by Asp.net-C#.Net · 0

Labels

Topics