view Demo/Asp.Net/Web/Error.aspx @ 0:f990fcb411a9

Копия текущей версии из github
author cin
date Thu, 27 Mar 2014 21:46:09 +0400
parents
children
line wrap: on
line source

<%@ Page AutoEventWireup="true" Language="C#" MasterPageFile="~/MasterPage.master" Title="Error" %>

<asp:Content ID="Content1" ContentPlaceHolderID="cphPage" Runat="Server" EnableViewState="false">
<table border="0" cellpadding="0" cellspacing="0" width="387" align="center">
<tr>
	<td class="productName"><p>&nbsp;</p>An error occurred!</td>
</tr>
<tr>
	<td>
		<p>&nbsp;</p>
		<p class="label">The system administrator will be checking the web server's event log for details.</p>
		<p class="label">
			If you have any concerns about a pending transactions please contact the Microsoft
			.NET Pet Shop on (555) 555-1234.</p>
		<p>&nbsp;</p>
		<p>&nbsp;</p>
	</td>
</tr>
</table>

</asp:Content>