Jump to content
Xtreme .Net Talk

Recommended Posts

  • Leaders
Posted

Have you seen the iframe html tag?

 

http://www.w3schools.com/tags/tag_iframe.asp

 

It's an inline frame so maybe it would suit your needs. Pretty easy to use:

<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>

"These Patriot playoff wins are like Ray Charles songs, Nantucket sunsets, and hot fudge sundaes. Each one is better than the last." - Dan Shaughnessy
Posted
If you are using ASP.NET 2005 (.NET v2.0). You might want to look into MasterPages. They are really useful, but without more detail on what you want to do I cant say if they are what you need.

~Nate�

___________________________________________

Please use the [vb]/[cs] tags on posted code.

Please post solutions you find somewhere else.

Follow me on Twitter here.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...