Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
3116 Points
764 Posts
Apr 23, 2012 02:08 PM|LINK
ofcours you can just use this query and bind it to yor gridview
select a.Name , b.Value ,a.value from Table1 as a inner join Table2 as b on a.Name = b.Name
AmalO.Abdull...
Contributor
3116 Points
764 Posts
Re: GridView - Join 2 DataTables
Apr 23, 2012 02:08 PM|LINK
ofcours you can just use this query and bind it to yor gridview
select a.Name , b.Value ,a.value from Table1 as a inner join Table2 as b on a.Name = b.Name