in table's cell u can use an iframe and set the source of that iframe to the page u want to display in cell:
e.g.
ur page name is MyPage.aspx
and other page is Form1.aspx
In Form1.aspx use:
<IFRAME id="PageFrame" src="" runat="server"></IFRAME>
then in ur source file in page_load set the source of iFarme like:
PageFrame.Attributes("src") = "C:\MyPage.aspx"
Regards,
Rashida Jabeen
http://www.akaas.net