Hi All

Is there an easy way to
Populat GridView using Objects Collection instead of Dataset

i know this is how it works with dataset

gridview1.DataSource = Dataset.Tables(TABLE1)

but i want to

For each ObjCustomer in ObCustomers

'Add record to grid??

Next

Thanks in advance...