25 lines
		
	
	
		
			708 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			708 B
		
	
	
	
		
			Plaintext
		
	
	
	
| <%@ Page Language="C#" MasterPageFile="masterPage.master" AutoEventWireup="true" CodeFile="ShowError.aspx.cs" Inherits="ShowError"  %>
 | |
| <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="³ö´íÁË"></asp:Label> 
 | |
|             </td>
 | |
|             
 | |
|             </tr>
 | |
|             <tr>
 | |
|             <td>
 | |
|             <br />
 | |
|              <asp:Label ID="lbErrtrace" runat="server" ForeColor="Red" Height="130px" ></asp:Label>
 | |
|             </td>
 | |
|             </tr>
 | |
|            </table>
 | |
|    
 | |
|    
 | |
|    
 | |
|  
 | |
|    
 | |
| 
 | |
| </asp:Content>
 | |
| 
 |