ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 1202 Page Views: 

What do you mean by ViewState and what is its role?



Posted By: Avi Date: 5 October 2010 06:17:19 PM
 Answer:

ViewState is a state which represents the state of the page that must persist across postback. Role of ViewState:- In ASP.net , the state of the web page is the property whicgh controls the list of hierarchy. That's why it is important.


Posted By: avibtech


Date: 5 October 2010 06:17:19 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image 0xCzQK
Related Questions
ASP.Net : Is it possible for a user browsing a website to read Web.config or Global.asax files?

Is it possible for a user browsing a website to read Web.config or Global.asax files?

No, he can't read these files as access to these files is not possible. This is because the section ....
Category: ASP.Net Date: 10/5/2010 11:44:20 AM
ASP.Net : To display the data in repeater control which template should be used?

To display the data in repeater control which template should be used?

Item Template should be used.
Category: ASP.Net Date: 10/5/2010 9:34:19 AM
ASP.Net : How does the RaiseBubbleEvent works?

How does the RaiseBubbleEvent works?

RaiseBubbleEvent implementation is done with the help of control , which cannot be overridden. The e....
Category: ASP.Net Date: 10/5/2010 12:50:20 AM
ASP.Net : Is it possible to look at the IL for an assembly?

Is it possible to look at the IL for an assembly?

Yes, one can view IL for an assembly. IL stands for Intermediate Language. It can be viewed with a t....
Category: ASP.Net Date: 10/1/2010 3:14:14 AM
ASP.Net : What are the advantages of pre-compilation in asp.net?

What are the advantages of pre-compilation in asp.net?

1. the performance is increased as the site has already been compiled and when it is requested no ti....
Category: ASP.Net Date: 10/1/2010 2:48:19 AM