Short question about binding

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a class with this fields

private int[] ID
private string[] Name

and a method called Find() that instanciate both arrays and fill it with
data...

for another hand i have another class that inherits from datagrid
how could i bind the data from the first class to the datagrid to show this
data?

Thanks.
 
Back
Top