What is the life-span of the items in the viewstate?



What is the life-span of the items in the viewstate?..

Answer / Gyan Singh Parihar

The items in the ViewState have a lifetime that persists for the duration of the user's session, or until the page is posted back.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?

1 Answers   TCS,


Do you know using sql cache invalidation?

1 Answers  


What is the use of view state?

1 Answers  


what is narmalization

4 Answers   Wipro,


What is state management in asp.net and define Client-side state management and Server-side state management?

2 Answers   TVS,


What are the asp.net list controls and difference between them?

1 Answers  


About the Usage of htmlencode and urlencode ?

2 Answers   Cognizant,


What is difference between session and application in asp net?

1 Answers  


You are planning the deployment of an ASP.NET application. The application uses a Visual Studio .NET component named DataAccess that will be shared with other applications on your Web server. You are using Visual Studio .NET to create a Windows Installer package. You need to deploy DataAccess and the ASP.NET application so that they can be uninstalled later of necessary. What should you do? A . Create a setup project for DataAccess. Add the ASP.NET application in a custom action. B . Create a setup project for the ASP.NET application. Create another setup project for DataAccess. C . Create a Web setup project for the ASP.NET application. Add a project output for DataAccess. D . Create a Web setup project for the ASP.NET application. Add a merge module for DataAccess.

3 Answers   Syntax Softtech,


What is dataset and uses of dataset ?

6 Answers   HCL, TCS,


Difference between Active Exe and Dll ?

3 Answers   Satyam,


Explain the various authentication mechanisms in asp.net.

1 Answers  


Categories