Using DataSet Data from another class

  • Thread starter Thread starter Eddy Balan
  • Start date Start date
Eddy,

Make the datatable public and only
mydatagrid.datasource = anotherclass.mydatatable

that is all

(assuming that anotherclass is instanced in the class we are talking about
or a static/shared class)

static C#
shared VBNet

I hope this helps?

Cor
 
Back
Top