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

Копия текущей версии из github
author cin
date Thu, 27 Mar 2014 21:46:09 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f990fcb411a9
1 <%@ Page AutoEventWireup="true" Language="C#" MasterPageFile="~/MasterPage.master" Title="Error" %>
2
3 <asp:Content ID="Content1" ContentPlaceHolderID="cphPage" Runat="Server" EnableViewState="false">
4 <table border="0" cellpadding="0" cellspacing="0" width="387" align="center">
5 <tr>
6 <td class="productName"><p>&nbsp;</p>An error occurred!</td>
7 </tr>
8 <tr>
9 <td>
10 <p>&nbsp;</p>
11 <p class="label">The system administrator will be checking the web server's event log for details.</p>
12 <p class="label">
13 If you have any concerns about a pending transactions please contact the Microsoft
14 .NET Pet Shop on (555) 555-1234.</p>
15 <p>&nbsp;</p>
16 <p>&nbsp;</p>
17 </td>
18 </tr>
19 </table>
20
21 </asp:Content>