Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hai,

How to add two datatables to gridview i mean one datatable records as column for gridview and another data table records as rows
pls help


thanks in advance
Posted
Comments
Thanks7872 30-Apr-13 6:16am    
what you want to do?whats your requirement?

First of all fetch data into first datatable.

After that, create second data table and add column manually as par your requirement and give name of column dynamically which comes from first data table.

After that fetch data into second data table and then bind grid view.
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900