Results 1 to 2 of 2

Thread: dynamically build table from code

  1. #1

    Thread Starter
    Fanatic Member d2005's Avatar
    Join Date
    Aug 2005
    Location
    ireland
    Posts
    620

    dynamically build table from code

    i have old asp vb script code,
    it seems that this code dynamically generates a table in <table> from array values,
    is it possible to do this in the codebenind file of the webform
    is it particularly complicated ( because it looks it)

    it works 60% of the time, all the time.

  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: dynamically build table from code

    No, not very complicated. You can use an asp repeater control. The asp repeater control has a Template item which is basically what repeats for each iteration of the loop. You can place the code for your table row in the template item.

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