Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Binding to Data Entities
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Binding to Data Entities
Miscellaneous
Thread ID:
01400542
Message ID:
01400542
Views:
111
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
Next
Reply
Map
View

Click here to load this message in the networking platform