Hi,
If I have an ArrayList with class Customer
Customer
private int ID
private string Name
private ArrayList Products
Products
private int ID
private string Description
Basically what I want is customers to go down the datagrid and the
products to go across.
Any Ideas?
Jeremy
If I have an ArrayList with class Customer
Customer
private int ID
private string Name
private ArrayList Products
Products
private int ID
private string Description
Basically what I want is customers to go down the datagrid and the
products to go across.
Any Ideas?
Jeremy