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

📄 bottom.ascx

📁 本目录提供了<<ASP.NET+SQL Server数据库开发与实例>>一书从第4到第11章实例的核心源程序、数据库文件。
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="bottom.ascx.cs" Inherits="clientserver.inc.bottom" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" >
	<tr  bgcolor="#ffffcc">
		<td>
			<HR width="70%" SIZE="1" color="#3366cc">
		</td>
	</tr>
	<tr  bgcolor="#ffffcc">
		<td>
			<div align="center">
				
				<FONT size="2">企业信息管理系统   版权所有◎2004-2008</FONT>
			
			</div>
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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