Understand ASP.NET ViewState in Web Forms

 View State is a Dictionary Structure, which is used by ASP.NET to preserve the state of various child controls of the webpage during postback. View State plays a very important role in implementing the postback model of ASP.NET discussed in the previous section. Because Stateful-ness is not possible in ASP.NET web applications without using View … Read more