you can use
Union
method to get to table to one!
you can use selecting event of linq datasource:
protected void LinqDataSource1_Selecting(object sender, LinqDataSourceSelectEventArgs e)
{
e.Result = dt1.Union(dt2).ToList();
}
you have two table in one list!
now customize your code!