25 lines
714 B
Plaintext
25 lines
714 B
Plaintext
|
<%@ Page Language="C#" MasterPageFile="masterPage.master" AutoEventWireup="true" CodeFile="FileNotFound.aspx.cs" Inherits="FileNotFound" %>
|
|||
|
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
|
|||
|
<table width="80%" class="Table_Border" align="center">
|
|||
|
<tr>
|
|||
|
<td >
|
|||
|
<asp:Label ID="lbTitle" runat="server" ForeColor="Red" Text="<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"></asp:Label>
|
|||
|
</td>
|
|||
|
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<br />
|
|||
|
<asp:Label ID="lbErrtrace" runat="server" ForeColor="Red" Height="130px" ></asp:Label>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
</asp:Content>
|
|||
|
|