GridView with multiple DataSources
- by mike1973
Hello,
I have a grid view that will display columns from multiple data sources (3).
The data sources are stored procedures that contains a variety of columns not identical, How can i select the columns from these datasources and bind them to the Grid programtically (from code behind)???
Thanks