asp.net - What is the ASP ViewState? -


I am looking for an easy way to explain it to anyone if asked before, apology.

This is a way of continuing the page position between postbacks. It represents the serial string of the position of the page stored in a hidden area and posted on the server on each request / postback (ASP.Net uses a single form and every time the user clicks on a button Such as performs actions.) Once the serialized state is deposited on the server, it is able to retrieve that value That which is stored in view state.

Read further:


Comments