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

📄 book_add.aspx

📁 本文介绍了在Visual Studio.net环境下开发一个教材库管理系统的过程。创建了一套行之有效的方案。文章介绍了管理系统的系统分析部分
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="book_add.aspx.cs" AutoEventWireup="false" Inherits="jiaocaiku.admin.book_add" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>book_add</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
		<LINK href="css/main.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body bgColor="#d6dff7">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<asp:Panel id="Panel1" runat="server" Width="100%">
					<TABLE id="Table1" borderColor="#9999ff" cellSpacing="0" borderColorDark="#ccccff" cellPadding="0"
						width="400" align="center" border="1">
						<TR>
							<TD style="HEIGHT: 38px" align="center" bgColor="#ccccff" colSpan="2" rowSpan="1">添加书目</TD>
						</TR>
						<TR bgColor="#c0c0ff">
							<TD>书号:</TD>
							<TD>
								<asp:TextBox id="t1" runat="server"></asp:TextBox></TD>
						</TR>
						<TR bgColor="#c0c0ff">
							<TD>书目:</TD>
							<TD>
								<asp:TextBox id="t2" runat="server"></asp:TextBox></TD>
						</TR>
						<TR bgColor="#c0c0ff">
							<TD>出版社:</TD>
							<TD>
								<asp:TextBox id="t3" runat="server"></asp:TextBox></TD>
						</TR>
						<TR bgColor="#c0c0ff">
							<TD>出版日期:</TD>
							<TD>
								<asp:TextBox id="t4" runat="server"></asp:TextBox></TD>
						</TR>
						<TR bgColor="#c0c0ff">
							<TD>作者:</TD>
							<TD>
								<asp:TextBox id="t5" runat="server"></asp:TextBox></TD>
						</TR>
						<TR bgColor="#c0c0ff">
							<TD>&nbsp;</TD>
							<TD>&nbsp;</TD>
						</TR>
						<TR bgColor="#c0c0ff">
							<TD align="center">
								<asp:ImageButton id="ImageButton1" runat="server" ImageUrl="images/s_button000.gif"></asp:ImageButton></TD>
							<TD align="left">
								<asp:ImageButton id="ImageButton2" runat="server" ImageUrl="images/back.gif"></asp:ImageButton></TD>
						</TR>
						<TR bgColor="#c0c0ff">
							<TD>&nbsp;</TD>
							<TD>&nbsp;</TD>
						</TR>
					</TABLE>
				</asp:Panel></FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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