G
Guest
hey all,
i'm trying to store my object in viewstate and it works until i try and add
one line to it:
dim _dr as datarow
and then i get the following message:
The type 'ViewStateTester.Employee' must be marked as Serializable or have a
TypeConverter other than ReferenceConverter to be put in viewstate.
any ideas?
thanks,
ari
i'm trying to store my object in viewstate and it works until i try and add
one line to it:
dim _dr as datarow
and then i get the following message:
The type 'ViewStateTester.Employee' must be marked as Serializable or have a
TypeConverter other than ReferenceConverter to be put in viewstate.
any ideas?
thanks,
ari