944Software EngineeringMedium
Which Kind Of data we can store in viewstate?
AViewstate can store anything
BNone of these
CViewstate can store onlys string
DViewstate can store only serilizable object
Correct answer
D. Viewstate can store only serilizable object
Explanation
The correct answer is Viewstate can store only serilizable object.