T
Troy
Hi, I created an assembly with a custom class called myTable that inherits from "System.Web.UI.WebControls.Table" so that I can mark it as serializable. I am attempting to put this control in viewstate but on doing so throws the error:
'myControlLibrary.myTable' must be marked as Serializable or have a TypeConverter other than ReferenceConverter to be put in viewstat
Any suggestions
Thanks
Troy
'myControlLibrary.myTable' must be marked as Serializable or have a TypeConverter other than ReferenceConverter to be put in viewstat
Any suggestions
Thanks
Troy