Results 1 to 3 of 3

Thread: [RESOLVED] array to data table

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046

    Resolved [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

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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?

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046

    Re: array to data table

    Quote 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
  •  



Click Here to Expand Forum to Full Width