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
 
Back
Top