Articles tagged with: EF
.net, Entity Framework, JavaScript, Other Tech »
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 »
This post shows how to use a stored proc to insert an entity into your database and return the new identity.
.net, Entity Framework, Other Tech »
This post will show you how to write an .asmx web service to return a list of values for the AJAX Control Toolkit’s AutoCompleteExtender, querying an ado.net EF entity set.
.net, JavaScript, Other Tech »
This post will show you how to use the AJAX Control Toolkit’s AutoCompleteExtender and a very simple javascript call to save a key/value to an asp.net hidden field.
.net, Entity Framework, Headline »
This post will show you how to insert and delete a many-to-many relationship (as with bridge/link tables) using the EF.
.net, Entity Framework »
Shows you how to use an EntityDataSource to query many-to-many relationships in your entity data model for display on a gridview.