المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Best way to populate this DataGridView



C# Programming
01-03-2010, 03:50 PM
Happy new year...

I have a list of objects I would like to use to populate a datagridview. I would somehow like to have each row bound to a specific object.

I can see how that object class can be added as a datasource, but I'm not sure how to get the objects from my list added as a row.

Anyone care to help? Also, is this the right direction?

Thanks for your time.