GridView with multiple DataSources

Posted by mike1973 on Stack Overflow See other posts from Stack Overflow or by mike1973
Published on 2010-05-25T23:28:58Z Indexed on 2010/05/25 23:31 UTC
Read the original article Hit count: 118

Filed under:

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

© Stack Overflow or respective owner

Related posts about vb.net