allerrorhelp.aspx
来自「酒店源码」· ASPX 代码 · 共 38 行
ASPX
38 行
<%--文件名:AllErrorHelp.aspx--%>
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="AllErrorHelp.aspx.cs" Inherits="System_AllErrorHelp" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 554px; height: 247px">
<tr>
<td style="width: 103px;" rowspan="6">
</td>
<td align="center" style="font-weight: bold; font-size: 1.2em; color: black; font-family: 宋体;
height: 10px; background-color: lightgrey">
系统帮助信息</td>
<td style="width: 100px;" rowspan="6">
</td>
</tr>
<tr>
<td style="font-size: 0.8em; font-family: 宋体; background-color: #cccccc; height: 10px;">
当显示此页面时,此网站可能已经发生下列问题:</td>
</tr>
<tr>
<td style="font-size: 0.8em; width: 442px; background-color: cornsilk;">
1.您未经合法授权访问不该访问的页面。在这种情况下,您只需要与网站管理员联系,取得相关权限后即可访问目标页面。</td>
</tr>
<tr>
<td style="font-size: 0.8em; width: 442px; background-color: lavender;">
2.数据类型或格式输入发生错误,数据表的关键字重复。在这种情况下,您需要检查您是否试图输入的是一条相同的记录,是否在需要输入数字的地方输入了字符。</td>
</tr>
<tr>
<td style="font-size: 0.8em; width: 442px; background-color: palegoldenrod">
3.未按照系统所要求的商业逻辑进行操作。在这种情况下,您需要仔细阅读配套图书的说明进行操作。</td>
</tr>
<tr>
<td style="font-size: 0.8em; width: 442px; height: 33px; background-color: gainsboro">
4.网站出现事先未能预料的错误。在这种情况下,您需要与网站设计人员联系,以便能够及时解决此问题。</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?