Hi,

I have a datagridview and a dataset. How can I possibly view the contents of dataset to the datagridview??

is this statement enough:

Code:
datagridview1.datasource = dataset1;
datagridview1.show();
appriciate your assistance..