MCQs > IT & Programming > ASP.NET > I have a property in my code-behind get { return (Custom)Session['Custom']; } set { Session['Custom'] = value; } and I receive a serialization error What are the possible solutions?

ASP.NET MCQs

I have a property in my code-behind get { return (Custom)Session["Custom"]; } set { Session["Custom"] = value; } and I receive a serialization error What are the possible solutions?

Answer

Correct Answer: All of these will work

Explanation:

Note: This Question is unanswered, help us to find answer for this one

ASP.NET Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

ASP.NET Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it