This is a follow up from the sample i saw on this site;
http://www.carlj.ca/2008/04/20/adding-or-inserting-subheader-rows-into-a-gridview/
Now, i have two table i would like to combine and have same result as presented in the link above.
One of the tables is a parent table while the other references it.
Thank you.
Loading
saurabh mittalPosted Feb 28, 2014, 10:01 AM
You can check this link.May be it will be helpful for u.
http://www.advancesharp.com/blog/1077/gridview-multiple-header-rows
Abhishek KumarPosted Feb 28, 2014, 9:53 AM
Could you please be more specific about your requirement.?
As what I understand you can retrieve data from two different table in dataset and merge to produce the required result to display in grid.
Thanks.