Introduction - If you have any usage issues, please Google them yourself
Determine the type of data source control you need. For example, the LinqDataSource control enables you to use LINQ syntax in markup code to access data from a variety of data sources. The ObjectDataSource control works with a middle-tier business object to retrieve and modify data. The SqlDataSource control enables you to supply a connection to a data source and SQL statements to retrieve and modify data.