-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathError.aspx
More file actions
executable file
·21 lines (17 loc) · 957 Bytes
/
Error.aspx
File metadata and controls
executable file
·21 lines (17 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<%@ Page Language="C#" MasterPageFile="~/master/Default.master" AutoEventWireup="true" CodeFile="Error.aspx.cs" Inherits="Error" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:Table ID="Table1" runat="server" BorderStyle="None">
<asp:TableRow runat="server">
<asp:TableCell runat="server"></asp:TableCell>
</asp:TableRow>
<asp:TableRow runat="server">
<asp:TableCell ID="errMsg" runat="server">Error Code</asp:TableCell>
</asp:TableRow>
<asp:TableRow runat="server" Height="30px">
<asp:TableCell runat="server"> </asp:TableCell>
</asp:TableRow>
<asp:TableRow runat="server">
<asp:TableCell runat="server">Please contact Roanna Lun at lun001@gannon.edu x7303</asp:TableCell>
</asp:TableRow>
</asp:Table>
</asp:Content>