Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Silverlight Binding
Message
De
22/08/2011 21:44:56
Bill Oeftering
Mainstreet Computers, Inc.
Belleville, Michigan, États-Unis
 
 
À
22/08/2011 14:23:18
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
Application:
Web
Divers
Thread ID:
01521497
Message ID:
01521548
Vues:
43
This message has been marked as the solution to the initial question of the thread.
Turns out I was loading the entity list but binding to the entity. The code below fixed it. Thanks for all of your suggestions.
                this.storeController.Entity = this.storeController.EntityList.FirstOrDefault();
                this.DataContext = this.storeController.Entity;
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform