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

📄 m_addbook.aspx

📁 自己写的一个网上图书馆 可实现图书上传借阅等功能
💻 ASPX
字号:
<%@ Page language="c#" Inherits="e_librarys.M_AddBook" CodeFile="M_AddBook.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>M_AddBook</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">
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 19px; WIDTH: 489px; POSITION: absolute; TOP: 63px; HEIGHT: 480px"
					cellSpacing="1" cellPadding="1" border="1">
					<TR bgColor="lightgrey">
						<TD style="HEIGHT: 45px" align="center" colSpan="2"><B>图书基本信息</B></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 101px" align="right" bgColor="lightgrey">书名:</TD>
						<TD align="left">
							<asp:textbox id="TextBox_Name" runat="server" Width="224px"></asp:textbox></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 101px" align="right" bgColor="lightgrey"><FONT face="宋体">类型ID:</FONT></TD>
						<TD align="left"><FONT face="宋体">
								<asp:textbox id="TextBox_BDS_ID" runat="server" Width="216px"></asp:textbox></FONT></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 101px; HEIGHT: 54px" align="right" bgColor="lightgrey"><FONT face="宋体">图书简介:</FONT></TD>
						<TD style="HEIGHT: 54px" align="left"><FONT face="宋体">
								<asp:textbox id="TextBox_Content" runat="server" Width="216px" TextMode="MultiLine"></asp:textbox></FONT></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 101px" align="right" bgColor="lightgrey"><FONT face="宋体">作者:</FONT></TD>
						<TD align="left"><FONT face="宋体">
								<asp:textbox id="TextBox_Director" runat="server" Width="216px"></asp:textbox></FONT></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 101px" align="right" bgColor="lightgrey"><FONT face="宋体">出版社:</FONT></TD>
						<TD align="left">
							<asp:textbox id="TextBox_Issuer" runat="server" Width="256px"></asp:textbox></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 101px" align="right" bgColor="lightgrey"><FONT face="宋体">总字数:</FONT></TD>
						<TD align="left">
							<asp:textbox id="TextBox_WordSum" runat="server" Width="248px"></asp:textbox></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 101px; HEIGHT: 28px" align="right" bgColor="lightgrey"><FONT face="宋体">总页数:</FONT></TD>
						<TD style="HEIGHT: 28px" align="left">
							<asp:textbox id="TextBox_PageSum" runat="server" Width="240px"></asp:textbox></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 101px" align="right" bgColor="lightgrey"><FONT face="宋体">出版时间:</FONT></TD>
						<TD align="left">
							<asp:textbox id="Textbox_PublishTime" runat="server" Width="232px"></asp:textbox></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 101px" align="right" bgColor="lightgrey"><FONT face="宋体">图片:</FONT></TD>
						<TD align="left"><FONT face="宋体"><INPUT id="File1" type="file" name="File1" runat="server"></FONT></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 101px" align="right" bgColor="lightgrey"><FONT face="宋体">租价方案:</FONT></TD>
						<TD align="left">
							<asp:textbox id="Textbox_Payment" runat="server" Width="232px"></asp:textbox></TD>
					</TR>
					<TR>
						<TD style="HEIGHT: 45px" align="center" bgColor="lightgrey" colSpan="2">
							<asp:Button id="Button_AddUser" runat="server" Width="54px" Text="添加 " onclick="Button_AddUser_Click"></asp:Button></TD>
					</TR>
				</TABLE>
			</FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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