Mercurial > pub > bltoolkit
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Demo/Asp.Net/Web/Error.aspx Thu Mar 27 21:46:09 2014 +0400 @@ -0,0 +1,21 @@ +<%@ 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> </p>An error occurred!</td> +</tr> +<tr> + <td> + <p> </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> </p> + <p> </p> + </td> +</tr> +</table> + +</asp:Content>