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.
|