Thursday, August 19, 2010

How to Insert Html Page inside a Aspx page in Aps.net

Use Iframe :
NOte:please add open tag and closing tags since n]=blog is not accepting me to add
@ Page Language="VB" MasterPageFile="~/header.master" AutoEventWireup="false" CodeFile="freerush.aspx.vb"
Inherits="freerush" Title="Primeline.com -- Free Rush Service"

asp:Content ID="Content1" ContentPlaceHolderID="Content" runat="Server"

table width="950" border="0" cellspacing="0" cellpadding="0"
iframe src ="myFilePath.html" width="100%" height="300"

iframe
table