I'm trying to use a DataReader to retreive data and display them in a DataGrid (windows form), but I am having a trouble.

I don't know how to pass the data held in the DataReader to the DataGrid on a Windows form.

Anybody knows how?

Thanks!!!