October 2010
Intermediate to advanced
1920 pages
73h 55m
English
I want to briefly describe the LinqDataSource control. You can use this control to represent LINQ queries. For example, the page in Listing 20.16 contains a simple search form for searching movies by director. The page uses a LinqDataSource to represent the LINQ query.
Listing 20.16. Entities\ShowLinqDataSource.aspx



The LinqDataSource in Listing 20.16 represents the following LINQ query:
You also can use the LinqDataSource ...