What Is .NET ViewState?
What Is .NET ViewState? View state is a repository in an ASP.NET page that can store values that have to be retained during postback. The page framework uses view state to persist control settings between postbacks. What is ViewState used for? View state is a repository in an ASP.NET page that can store values that