G
Gilberto Carcano
Is there a way to avoid public custom properties to persist in the
ASPX code?
I'have a class for columns collection in a Web Control i'm writing.
This class must to implement the IStateManager interface and so the
ITrackingManager read-only property is required. When the control
persist the collection it persist this property too and generate a
runtime error.
I've readed abouth the NotSerialized attribute but it's a solution for
public fiels only (not for properties).
Is there anyone can help me ?
ASPX code?
I'have a class for columns collection in a Web Control i'm writing.
This class must to implement the IStateManager interface and so the
ITrackingManager read-only property is required. When the control
persist the collection it persist this property too and generate a
runtime error.
I've readed abouth the NotSerialized attribute but it's a solution for
public fiels only (not for properties).
Is there anyone can help me ?