RayT
asked on
Imbedded HTML
What is the easiest way to imbed an html into an ASP.NET web page?
See attached code snippet.
See attached code snippet.
<%@ Page Language="VB" MasterPageFile="~/NSMTemplate.master" AutoEventWireup="false" CodeFile="ZZZ.aspx.vb" Inherits="ZZZ" title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
</asp:Content>
ASKER
The html is in a seperate file. I want to display it when the page is launched.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Do you have a function that will get an HTML string from the HTML file?
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Open in new window