This is probably more of an ASP.NET newsgroup question. You add controls to a
TableCell in your table. You would use the .Controls.Add(yourControl) method.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short Urls & more: http://ittyurl.net
> Hi,
>
[quoted text clipped - 4 lines]
>
> Jason
Ignacio Machin ( .NET/ C# MVP ) - 27 Mar 2008 19:09 GMT
On Mar 27, 7:27 am, Peter Bromberg [C# MVP]
<pbromb...@yahoo.NoSpamMaam.com> wrote:
> This is probably more of an ASP.NET newsgroup question. You add controls to a
> TableCell in your table. You would use the .Controls.Add(yourControl) method.
[quoted text clipped - 13 lines]
>
> - Show quoted text -
You use the Controls property of the cell.
For example outerTable.Rows[0].Cells[0].Controls.Add( ) will add a
control to the top left cell