Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Binding to Data Entities
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Binding to Data Entities
Divers
Thread ID:
01400542
Message ID:
01400542
Vues:
110
Ok, I've got my page now creating a business object on page load and loading an entity based on ID. But my controls don't seem to be binding properly to the business object's entity property. Here's the code.
   <mm:mmTextBox ID="txtAddress" runat="server" 
        BindingSource="this.oCustomer.Entity" BindingSourceMember="txtMailAdd1" 
        BindingSourceType="ObjectProperty"></mm:mmTextBox>
 
The debugger shows that this.oCustomer.Entity.txtMailAdd1 has the correct data in it, but it doesn't appear in my text box.

Thanks,

Eric
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform