Amazingly, this doesn’t work:
TableCell cell = new TableCell();
cell.Controls.Add(cell);
Huh.
The scratchpad, the holding area, the ranting place
{ 2007 10 02 }
Amazingly, this doesn’t work:
TableCell cell = new TableCell();
cell.Controls.Add(cell);
Huh.
Wayne | 24-Apr-08 at 11:38 pm | Permalink
Adding a control into itself? If I could do that, I wouldn’t leave the bedroom!