Moderate

Which Kind Of data we can store in viewstate ?

Correct answer: C. Viewstate can store only serilizable object

  • A. Viewstate can store onlys string
  • B. Viewstate can store anything
  • C. Viewstate can store only serilizable object
  • D. None of these

Explanation

ViewState is serialized before being stored in the page, so its values must be serializable objects rather than arbitrary objects or strings only. This allows controls and their state to be reconstructed on postback.

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