What is the lifespan for items stored in ViewState?

Answers were Sorted based on User's Feedback



What is the lifespan for items stored in ViewState? ..

Answer / lakshmi

Items stored in ViewState exists for the life of the
current page. This includes postbacks(to the same page).

Is This Answer Correct ?    21 Yes 2 No

What is the lifespan for items stored in ViewState? ..

Answer / jitender

untill page expires

Is This Answer Correct ?    9 Yes 0 No

What is the lifespan for items stored in ViewState? ..

Answer / vidit tyagi

lifespan for items stored in viewstate is current page

Is This Answer Correct ?    9 Yes 0 No

What is the lifespan for items stored in ViewState? ..

Answer / ajoy

in the current page

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are the event handlers that can be included in the Global.asax file?

0 Answers   MindCracker,


Explain exception filters?

0 Answers  


How much data (Max K) can go into a QueryString?

4 Answers   TCS, WEB,


Is it possible for me to change my aspx file extension to some other name?

0 Answers  


Hi, We have a user control that have button Now we use this user control on different aspx pages. We want when we click on the user control button then button behave differently on different page (Dynamacilly).

2 Answers   HCL,






What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?

0 Answers  


What is the best way to search any exact information on google?

3 Answers   Intellevate,


What are the new web part controls in asp.net 2.0 ?

0 Answers  


What is the other method, other than GET and POST, in ASP.NET?

3 Answers  


What should you do is you want to remove an existing component but would like to make some funtionalities?

0 Answers  


What are the properties of the eventargs argument when capturing keyboard events?

0 Answers  


What is server infrastructure?

0 Answers  


Categories