Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Silverlight Binding
Message
From
22/08/2011 21:44:56
Bill Oeftering
Mainstreet Computers, Inc.
Belleville, Michigan, United States
 
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01521497
Message ID:
01521548
Views:
42
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;
Previous
Reply
Map
View

Click here to load this message in the networking platform