view Demo/Asp.Net/Web/Error.aspx @ 1:8f65451dc28f

Исправлена проблема с фабрикой и выборкой нескольких объектов в linq выражении
author cin
date Fri, 28 Mar 2014 01:04:56 +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>&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>