GoWeb.GoView Problem

Hi,

I wondered if anyone can help me out here.

I have a VB class based on the GoDocument class, which has my own custom public class variable:

Public Class asp_graph_document
Inherits GoDocument
Public _graph As graph
End Class

The GoView object maintains its layers/objects etc between postbacks,
but my “_graph” class instance gets set to “Nothing”. Is there any way
I can get my GoView object to preserve my “_graph” object as well?

Regards,

sadcafe

Is your “graph” class serializable?

No. I’ve never used that attribute before. Currently reading up on it, but any further advice appreciated!

Thanks.

sadcafe