|
-
Sep 7th, 2012, 10:31 AM
#5
Thread Starter
Addicted Member
Re: Filling DataGridView
I'm not clear as to what is entered for NewSomeRow() and AddSomeRow(row). I entered a number as NewSomeRow but that's not correct. Rows do not have field names like columns.
I know what to enter here -->
Dim table = MyTypedDataSet.SomeTable
row.SomeField = someValue
row.SomeOtherField = someOtherValue
Please clarify for these lines -->
Dim row = table.NewSomeRow()
table.AddSomeRow(row)
Tags for this Thread
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
|