I need to provide the data elements to my DataGridView with several SELECT statements. Do I need to create SqlDataAdapter and DataTable for each SELECT statement? I will manually add the columns within the DataGridView...I just need to know how to populate them from each SQL Statement SELECT.
Thanks for your review and am hopeful for a reply....
PSULionRP