Posted On: Feb 22, 2018
This feature of ViewState in ASP.NET helps you to store values inputted on the page before it gets submitted on the server. Once this is posted on the server, the data on ViewState is restored. This is stored on the HTML hidden field.
Never Miss an Articles from us.
ASP is Active Server Pages is a useful tool by Microsoft to create user friendly web pages...
ASP.NET is highly beneficial over ASP. It is the next level of the ASP framework. The advantages of ASP.NET are given here...
Validation in ASP.NET is an important thing as it is helpful in saving storage space...