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 / ganesh

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

Is This Answer Correct ?    11 Yes 1 No

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

Answer / guest

ViewState life is limited for Single RoundTrip.
Each New postback create new values for viewstate

Is This Answer Correct ?    6 Yes 6 No

Post New Answer

More ASP.NET Interview Questions

Is LINQ performance wise better or using sqlcommand?

1 Answers  


What is the difference between application state and session state in asp net?

0 Answers  


Explain what a diffgram is, and a good use for one?

1 Answers   FT,


What is enableviewstatemac in asp net?

0 Answers  


What is the lifespan for items stored in ViewState?

2 Answers   ISST,






Explain about ASP.NET?

0 Answers  


What are the new features implemented in ASP.NET?

0 Answers   TCS,


Explain the use of fragment caching.

0 Answers  


How to Separate background image and front image from original picture....

0 Answers   Sans Pareil IT Services,


Security types in ASP/ASP.NET? Different Authentication modes?

4 Answers   QuadLabs Technologies,


What is a query string in a url?

0 Answers  


which event in global.asx that fires for every request of same user?

4 Answers   FactorH,


Categories