ASP.Net Programming Question:
Download Questions PDF

What is view state and use of it?

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 Interview Questions And Answers PDF

Previous QuestionNext Question
What are the two blocks that make a structure of an internationalized application?What are user controls and custom controls?