I have a grid that I'm populating with the contents of datasource1. Because the select statement for datasource1 changes, I never know what columns I'm going to be getting when the grid is populated with data when the page loads. One unfortunate result of this is that the columns don't get named.
How would I go about assigning names to the columns? All I need to do is give the columns in the grid the same name as the columns in the select statement.
Thank you!
Bryan
How would I go about assigning names to the columns? All I need to do is give the columns in the grid the same name as the columns in the select statement.
Thank you!
Bryan