|
-
Apr 8th, 2009, 07:23 AM
#1
Thread Starter
Lively Member
Populating GridView using Objects Collection instead of Dataset
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...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|