|
-
Jul 29th, 2006, 02:08 PM
#1
Thread Starter
PowerPoster
[RESOLVED] array to data table
what is the best way to fill a datatable with the contents of an array?
Last edited by Muddy; Jul 29th, 2006 at 07:32 PM.
Reason: resolved
-
Jul 29th, 2006, 06:05 PM
#2
Re: array to data table
By looping through the array and adding a new row to the datatable for each element. Thought that's pretty obvious to you, I'm sure. Any specific aspect of this you're looking into?
-
Jul 29th, 2006, 07:31 PM
#3
Thread Starter
PowerPoster
Re: array to data table
 Originally Posted by mendhak
By looping through the array and adding a new row to the datatable for each element. Thought that's pretty obvious to you, I'm sure. Any specific aspect of this you're looking into?
I thought there might be some obscure method that would pull in an array with one line of code ... guess not though ...
Thanks for the reply!
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
|