Results 1 to 2 of 2

Thread: Saving a Dynamic table?

  1. #1

    Thread Starter
    Hyperactive Member tailz's Avatar
    Join Date
    Jul 2002
    Posts
    306

    Question Saving a Dynamic table?

    Hi all

    I'm generating a table at runtime using values from a database. The table is full of checkboxes, dropdownlists etc.

    This is all works fine, however on postback it would seem I have to recreate the table + controls which I dont want

    Is there a way I can save the entire table object and controls maybe using the cache or sommat?

    any help appreciated

  2. #2
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    Either way, you are still going to have to add it to the page's controls collection. Just move the code that gens the table outside of the IsPostBack() block.

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