Home » Archive

Articles tagged with: EntityDataSource

.net, Entity Framework, JavaScript, Other Tech »

[11 Sep 2009 | No Comment | ]

This post will explain two different ways to bind a GridView (or DetailsView, or any other NamingContainer) to its EntityDataSource when your filtering/search controls are in the header row. This method can be used to break out of pretty much any NamingContainer and assign values to a control that’s on the form (same level as your dataSource).

.net, Entity Framework, SQL »

[2 Sep 2009 | No Comment | ]

This post shows how to use a stored proc to insert an entity into your database and return the new identity.

.net, Entity Framework »

[30 Aug 2009 | One Comment | ]

Shows you how to use an EntityDataSource to query many-to-many relationships in your entity data model for display on a gridview.