Budde
10-09-2007, 04:25 AM
Can someone tell me what is wrong with my code below?
<%@ Page Language="VB" MasterPageFile="~/Default.master" AutoEventWireup="false" CodeFile="Error.aspx.vb" Inherits="Error" title="Error" %>
<asp:Content ID="Content1" ContentPlaceHolderID="Main" Runat="Server">
<h3>
You found an Issue</h3>
<p>
You have found an error with my site... I am very sorry about this, and I will be
working on this as soon as possible.</p>
<p>
If you
continue to receive this error
please contact me via email at webmaster@example.com.</p>
</asp:Content>Edit: Added that this Thread has been Resolved! YAY! :)
<%@ Page Language="VB" MasterPageFile="~/Default.master" AutoEventWireup="false" CodeFile="Error.aspx.vb" Inherits="Error" title="Error" %>
<asp:Content ID="Content1" ContentPlaceHolderID="Main" Runat="Server">
<h3>
You found an Issue</h3>
<p>
You have found an error with my site... I am very sorry about this, and I will be
working on this as soon as possible.</p>
<p>
If you
continue to receive this error
please contact me via email at webmaster@example.com.</p>
</asp:Content>Edit: Added that this Thread has been Resolved! YAY! :)