Hi, I have a dataview that 'views' some information returned by a dataset.

I can autobind a datagrid to the view so that all information is automatically populated within the datagrid.

What I wuld like to do is specify the column headers as well as their associated attribute in the dataset via code.

e.g datagrid.columns.add(.....

thanks for any help/ advice

MarkusJ