EntityDataSource Control ASP.NET
ASP.NET 3.5 sp1 introduces a data source control called EntityDataSource using this control we can bind data to different Data Binding controls.
Now lets start building an example application which gets the data from Northwind database employee table.
Open Visual Studio 2008/2010 and create a Web Application.
Now right click on Solution explorer and add new item and [...]