⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 error.aspx

📁 三层班级留言本源码 用VS2005写的,对于其中没有太多的技术含量, 但是还是蛮有参考价值的. 后台数据库的读写采用三层架构,没有专业的后台管理程序,所有操作都是同一个页面上进行. 如果
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Error.aspx.cs" Inherits="Error" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.inlk.net">

<html>
<head runat="server">
    <title>无标题页</title>
<style type="text/css">
<!--
body {
	background-color: #3769B8;
}
-->
</style>
<link href="Css.css" rel="stylesheet" type="text/css">
</head>
<body style="text-align: center">
    <form id="form1" runat="server">
   <table id="__01" width="780" height="600" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td colspan="2">
			<img src=images/body_01.gif width="780" height="121" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src=images/body_02.gif width=548 height=32></td>
		<td>
			<img src="images/body_03.gif" width="232" height="32" alt=""></td>
	</tr>
	<tr>
		<td colspan="2" height="416">
            <strong><span style="font-size: 24pt; color: white">不好意思!<br />
                系统出错,联系作者!</span></strong></td>
	</tr>
	<tr>
		<td colspan="2">
			<img src="images/body_05.gif" width="780" height="1" alt=""></td>
	</tr>
	<tr>
		<td colspan="2">
			<img src="images/body_06.gif" width="780" height="30" alt=""></td>
	</tr>
</table>
<table>
    <tr>
        <td style="width: 738px"><img src="images/botton.gif"></td>
    </tr>
</table>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -