Does ViewState is responsible for maintaining data across the Page Post Back for Postback controls (like textbox, dropdownlist) and non-postbackcontrols(like label)?

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

It is false. For NonPostback controls it is true but for postback controls, ASP.NET retrieves their values one by one from the HTTP request and copies them to the control values while creating the HTTP response.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response