D
David Whitney
All:
I have a control that renders a table. As the table is rendered, each
row in the table is constructed by creating a run-time (dynamic)
object that is derived from an HtmlTableRow. The row has three
HtmlTableCell objects, and each cell contains a single control added
to the HtmlTableCell's Controls collection. The basic table renders
correctly, but the controls within the HtmlTableCell objects do not;
the cells are just empty. (Just <TD></TD> tags).
I add the controls to each cell in my derived class constructor, and
that code fires in the debugger. The controls just don't render.
I'm sure there is a very basic problem I'm overlooking, but I'm
stymied as to what it is.
I'd greatly appreciate any thoughts.
David
ps Please reply to group; email in message is long since dead.
I have a control that renders a table. As the table is rendered, each
row in the table is constructed by creating a run-time (dynamic)
object that is derived from an HtmlTableRow. The row has three
HtmlTableCell objects, and each cell contains a single control added
to the HtmlTableCell's Controls collection. The basic table renders
correctly, but the controls within the HtmlTableCell objects do not;
the cells are just empty. (Just <TD></TD> tags).
I add the controls to each cell in my derived class constructor, and
that code fires in the debugger. The controls just don't render.
I'm sure there is a very basic problem I'm overlooking, but I'm
stymied as to what it is.
I'd greatly appreciate any thoughts.
David
ps Please reply to group; email in message is long since dead.