Group: Forum Members
Posts: 533,
Visits: 2K
|
Hi,
I have a class that act as bridge between two BusinessObjects. When BO1 add new row, BridgeClass will be notified (eventbinding). Then BridgeClass will call BO2 to add new row as well. BridgeClass able to "sync" CRUD actions.
This class is working fine in WinForm dev. When I use it in WebDev, it doesn't work because everytime postback, Bridge class will be re-created. All settings are gone.
How could I change it so that it is "stateful/persisted"?
Thank you
|