Basic Dot Net Question:

Can any object be stored in a Viewstate in .NET?

Tweet Share WhatsApp

Answer:

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

Download Dot Net PDF Read All 116 Dot Net Questions
Previous QuestionNext Question
Tell me about Secure Socket Layer? How to make use of the technology?Explain ADO.NET features? Benefits? Drawbacks?