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

Which class manages the view state of ASP.NET server controls, including pages?



Posted By: Avi Date: 1 October 2010 02:35:13 AM
 Answer:

StateBag class. This class can not be inherited. Synatx:- Public NotInheritable Class StateBag _ Implements IStateManager, IDictionary, ICollection, IEnumerable


Posted By: avibtech


Date: 1 October 2010 02:35:13 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image 6D8yoo
Related Questions
ASP.Net : Is it possible to set ControlToValidtae property on themes or style sheet themes in ASP.Net?

Is it possible to set ControlToValidtae property on themes or style sheet themes in ASP.Net?

No,it is not possible to set this property on themes or style sheet themes in ASP.Net.
Category: ASP.Net Date: 10/1/2010 5:54:13 AM
ASP.Net : Name the method to kill the user session in asp.net?

Name the method to kill the user session in asp.net?

Session.Abandon
Category: ASP.Net Date: 10/1/2010 5:36:14 AM
ASP.Net : Diifrentiate between "Machine.config" and "Web.config"?

Diifrentiate between "Machine.config" and "Web.config"?

Machine.Config:- This file applies settings to all the ASP.net applications. We.Config:- This files ....
Category: ASP.Net Date: 10/1/2010 5:05:14 AM
ASP.Net : Define assembly?

Define assembly?

Assembly is the unit of deployment which can be an EXE file or a .DLL file. It consist of one or mor....
Category: ASP.Net Date: 10/1/2010 5:02:14 AM
ASP.Net : Diffrentiate between DataGrid and DataList?

Diffrentiate between DataGrid and DataList?

Both datagrid and datalist are used for displaying the data. But there are several differences betwe....
Category: ASP.Net Date: 10/1/2010 4:59:19 AM