table disappears!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all!,

I need some help with a table.

I have a table with one row. In my page_load event, I use a function which
populate this table, creating HtmlTableRow, HtmlTableCell and adding in the
table (runat server). When I do any post in this page, the table disappears!
Anybody can help me with this???



TIA, Yuki !
 
Yuki,

You have to re-create dynamically-created controls on every postback.

Eliyahu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top