0
|
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> </p>An error occurred!</td>
|
|
7 </tr>
|
|
8 <tr>
|
|
9 <td>
|
|
10 <p> </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> </p>
|
|
16 <p> </p>
|
|
17 </td>
|
|
18 </tr>
|
|
19 </table>
|
|
20
|
|
21 </asp:Content>
|