DataTable dtAll = ds.Tables[0].Copy(); dtAll.Merge(ds.Tables[1]); ds.Tables.Add(dtAll); gridview1.DataSource =ds.Tables[2]; gridview1.DataBind();
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)