ASP.Net Programming Question: Download ASP.Net PDF

What is view state and use of it?

Tweet Share WhatsApp

Answer:

The current property settings of an ASP.NET page and those of any ASP.NET server controls contained within the page. ASP.NET can detect when a form is requested for the first time versus when the form is posted (sent to the server), which allows you to program accordingly.

Download ASP.Net PDF Read All 28 ASP.Net Questions
Previous QuestionNext Question
What are the two blocks that make a structure of an internationalized application?What are user controls and custom controls?