Custom Control Serialization
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, I have a user Control derived from "System.Windows.Forms.UserControl" I want to Serialize this but when i try to Serialize it,exception occurs which reads: "The type System.Windows.Forms.UserControl in Assembly System.Windows.Forms ............... is not marked as serializable." Is it not allowed to serialize UserControl,or is there any other way?? Thanks TusharM.