Home All Groups Group Topic Archive Search About

Table can't be a container for other controls?

Author
16 Aug 2006 8:43 PM
Rob R. Ainscough
So the System.Web.UI.WebControls.Table doesn't support being a container
control?  I can't seem to place an Image control or other controls in any of
the cells?

I can do this with the HTML Table so I'm puzzled why I can't with the
ASP.NET Table??

Am I missing something obvious?

thanks, Rob.

Author
16 Aug 2006 8:51 PM
mnichols
TableCell.Controls.Add(new Control())


Rob R. Ainscough wrote:
Show quoteHide quote
> So the System.Web.UI.WebControls.Table doesn't support being a container
> control?  I can't seem to place an Image control or other controls in any of
> the cells?
>
> I can do this with the HTML Table so I'm puzzled why I can't with the
> ASP.NET Table??
>
> Am I missing something obvious?
>
> thanks, Rob.
>
>