PDA

View Full Version : [Resolved] Errors!


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! :)

nikkiH
10-09-2007, 03:27 PM
Please read the sticky.
http://www.codingforums.com/showthread.php?t=82672

Then post your question again with a LOT more detail. :)

Budde
10-09-2007, 10:36 PM
I am making an Error Message...

Here is the Code:

<%@ Page Language="VB" MasterPageFile="~/Default.master" AutoEventWireup="false" CodeFile="Error.aspx.vb" Inherits="Error" title="Untitled Page" %>
<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>Attached is the Error Message I am receiving! Note: I receive the same Error message in Firefox, and in Opera! If you need any more information just let me know.

Josh

Budde
10-10-2007, 04:51 AM
Note: I fixed the Issue MySelf! Thanks anyway! :)

Josh