EntityDataSource Control Basics

Posted on Simple Talk See other posts from Simple Talk
Published on 03 March 2011 Indexed on 2011/03/07 16:16 UTC
Read the original article Hit count: 212

Filed under:
The Entity Framework can be easily used to create websites based on ASP.NET. The EntityDataSource control, which is one of a set of Web Server Datasource controls, can be used to to bind an Entity Data Model (EDM) to data-bound controls on the page. Thse controls can be editable grids, forms, drop-down list controls and master-detail pages which can then be used to create, read, update, and delete data. Joydip tells you what you need to get started.

© Simple Talk or respective owner

Related posts about .NET Framework