Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stateful class
Message
De
03/10/2008 05:39:56
 
 
À
03/10/2008 05:22:20
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01352494
Message ID:
01352495
Vues:
18
>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"?

You can save it in Session
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform