Mondeo
Well-known member
Is there any way with ASP.NET other than using frames to embed one web page within another?
Thanks
Thanks
<table align="center" width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">
<tr align="center" valign="middle" width="100%" height="100%">
<td align="center" valign="middle" width="100%" height="100%">
<IFRAME id="iframe1" align="middle" HEIGHT="100%" WIDTH="100%" src="MyPage.aspx">
</IFRAME>
</td>
</tr>
</table>