Control won't serialize

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
 
A

Alessandro Zifiglio

hi Troy,
for complex types you need to Customize State Restoration Using ViewState
and override SaveViewState, LoadViewState, TrackViewState --and then
manually add your type.

Troy said:
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 viewstate
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,778
Messages
2,569,605
Members
45,238
Latest member
Top CryptoPodcasts

Latest Threads

Top