R
rickno
Guest
Hello,
I am doing a project in winforms and I am populating a datagridview with a dataset. Would it be better to return a dataset object and populate it from code behind or pass in the gridview to the class method and populate it their? Is there a better way of doing it?
Continue reading...
I am doing a project in winforms and I am populating a datagridview with a dataset. Would it be better to return a dataset object and populate it from code behind or pass in the gridview to the class method and populate it their? Is there a better way of doing it?
Continue reading...