S
s.bussing
Hi, does anyone have an Idea if it's possible to add a UserControl
(containing serveral other controls like textboxes and/or
dropdownlists) to an ArrayList?
If I just put [Serializable] at the top of the class of the
UserControl, it does not make a difference, I keep getting the error:
The type 'ASP.UCXXXXXXX_ascx' must be marked as Serializable or have a
TypeConverter other than ReferenceConverter to be put in viewstate.
Also adding the interface ISerializable doesn't work. Maybe it's not
possible at all.
Anyone?
Thanks
(containing serveral other controls like textboxes and/or
dropdownlists) to an ArrayList?
If I just put [Serializable] at the top of the class of the
UserControl, it does not make a difference, I keep getting the error:
The type 'ASP.UCXXXXXXX_ascx' must be marked as Serializable or have a
TypeConverter other than ReferenceConverter to be put in viewstate.
Also adding the interface ISerializable doesn't work. Maybe it's not
possible at all.
Anyone?
Thanks