Moderate

What is the lifespan for items stored in viewstate______________?

Correct answer: D. Exists for the Life of the current page

  • A. 10 mins
  • B. 20 mins
  • C. 2 mins
  • D. Exists for the Life of the current page

Explanation

ViewState is stored with the page and is recreated when that page is posted back, so it lasts for the life of the current page. It is not governed by a fixed minute-based timeout like session data.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions