G
Guest
When our asp.net pages are rendered out as html the page directive is still
in the html.
ie. The following page directive is present in the body of the html of the
rendered page:
<%@ Page CodeBehind="about.aspx.cs" Language="c#" AutoEventWireup="false"
Inherits="Briggs.about" %>
<%@ Register TagPrefix="uc1" TagName="WebUserControlSearch"
Src="WebUserControlSearch.ascx" %>
Please let me know how I can stop this from happening.
Thanks in advance!
in the html.
ie. The following page directive is present in the body of the html of the
rendered page:
<%@ Page CodeBehind="about.aspx.cs" Language="c#" AutoEventWireup="false"
Inherits="Briggs.about" %>
<%@ Register TagPrefix="uc1" TagName="WebUserControlSearch"
Src="WebUserControlSearch.ascx" %>
Please let me know how I can stop this from happening.
Thanks in advance!