Can a Entity Framework Trackable collection be bound to an ASP.Net Gridview?
问题 I've got a GridView on a ASP.Net page. I would like to set the DataSource of the Gridview to a trackable collection of Entity Framework objects. I though the code should look like this: this.gvMyGridView.DataSource = entity.MyDetailedItems; this.gvMyGridView.DataBind(); But this doesn't display any data. I am using self tracking entities and the MyDetailedItems is a navigation property to rows from another table. 回答1: EF 4 with self tracking entities does not support lazy loading so you must