Question : How to create Join using LinqDataSource?

I'm using LinqDataSource (because I want the built-in sorting and paging). How do I create a Join for the DataSource (I'm using VS 2010).

In the old days, I could easily build a SqlDataSource containing Joins using Visual Studio's Query Builder, but am at a loss as to how the easiest way to do so with LinqDataSource.

I thought about just creating a View in SQL Server, and then hooking a LinqDataSource to it, but my end goal is a Gridview that's editable.

Answer : How to create Join using LinqDataSource?

Random Solutions  
 
programming4us programming4us