Interview Questions

Can any object be stored in a Viewstate?

.NET Interview Questions and Answers


(Continued from previous question...)

Can any object be stored in a Viewstate?

An object that either is serializable or has a TypeConverter defined for it can be persisted in ViewState

(Continued on next question...)

Other Interview Questions