Re: HTMLTable\Cell\AddControl
- From: "Eliyahu Goldin" <removemeegoldin@xxxxxxxxxxxxxx>
- Date: Thu, 26 Jan 2006 16:21:22 +0200
tblDisplay.Rows[0].Cells[0].Controls.Add(aCtl);
Eliyahu
"gh" <gh@xxxxx> wrote in message
news:uvxDuvnIGHA.3056@xxxxxxxxxxxxxxxxxxxxxxx
>I have a HTML Table with 1 row and 1 column. I have a control I want to
>add to the cell at runtime based on a condition. I can get the control
>added by creating a row and cell and using the code below:
>
> cell.Controls.Add(aCtl);
> row.Cells.Add(cell);
> tblDisplay.Rows.Add(row);
>
> Is there a way to add the control to the row and cell already setup in the
> table? When I try, tblDisplay.Controls.Add(aCtl), I get the following
> error message:
> 'HtmlTable' cannot have children of type 'display_ascx'.
>
>
> TIA
.
- Follow-Ups:
- Re: HTMLTable\Cell\AddControl
- From: gh
- Re: HTMLTable\Cell\AddControl
- References:
- HTMLTable\Cell\AddControl
- From: gh
- HTMLTable\Cell\AddControl
- Prev by Date: Re: I need opnions
- Next by Date: Validate before JScript
- Previous by thread: HTMLTable\Cell\AddControl
- Next by thread: Re: HTMLTable\Cell\AddControl
- Index(es):
Relevant Pages
|