Basic Dot Net Question:
What should you do to store an object in a Viewstate?
Answer:
Do serialization of convert the object to string
Previous Question | Next Question |
How many languages .NET is supporting now? | What should one do to make class serializable? |