Mercurial > pub > bltoolkit
view Demo/Asp.Net/Web/Error.aspx @ 3:1ef98bd70424
!bug 100 +3h
Исправление проблемы BLToolkit + mono 3.4
author | cin |
---|---|
date | Fri, 22 Aug 2014 17:34:46 +0400 |
parents | f990fcb411a9 |
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> </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>