Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Binding Control values to Business Objects
Message
De
23/11/2007 16:15:40
Tegron Tegron
Platinum Technologies
Ohio, États-Unis
 
 
À
22/11/2007 07:36:28
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01270659
Message ID:
01270942
Vues:
19
If you are using bound forms, I believe the entity objects will mirror the changes that you make on the form.

If you are using unbound forms, I would write the control's value to the corresponding business object in the leave event:

//Write control data to entity Subject property
this._qisMessage.Entity.Subject = this.txtSubject.Text;
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform