For a blank ASP.NET Page or ViewState Disabled page, will there be any value stored in the _VIEWSTATE field?

Note : The Viewstate of an ASP.NET page is created during the page life cycle, and saved into the rendered HTML using in the "__VIEWSTATE" hidden HTML field.

 Posted by Virendradugar on 11/2/2009 | Category: ASP.NET Interview questions | Views: 3978
Answer:

Answer is YES.

The reason is that ASP.NET Page itself stores some bytes of information into the _VIEWSTATE field.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response