I need to bind two different datatable result into a single gridview.
Note: Two datatable having different column header...
Datatable1: Name Age Mobile
Datatable2: Company Salary
GridResult Should be:
Name Age Mobile
aa 10 1111111111
bb 11 2222222222
Company Salary
aa 10
bb 11
Note: There is no common column between both datatable.
Can we get solution for this?
&n ...
Go to the complete details ...