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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top