I have used DataGrid with ADODC control and set the DataGrid data source as ADODC1. By doing this all the ten columns of the concerned table are displayed in the grid. But I want to have only five colums on the DataGrid. When i do so the column header and data is not displayed but the total number of columns of the grid remains as 10.(Five filled and five blank)I want to remove these five blank grid columns. How can I do that. Please help.