I have this datagrid bound to a dataset.
the dataset is populated by a data adapter through an oledbconnection.
Now in the access table I set some captions for each column.
I would like these captions to be reflected in the datagrid but the dataset does not inherit these captions automatically and i have to set them again manually in the dataset.
can the dataset inherit the captions too when its generated..??
the dataset is populated by a data adapter through an oledbconnection.
Now in the access table I set some captions for each column.
I would like these captions to be reflected in the datagrid but the dataset does not inherit these captions automatically and i have to set them again manually in the dataset.
can the dataset inherit the captions too when its generated..??