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

📄 editbook.aspx

📁 这是一个基于web 的
💻 ASPX
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="EditBook.aspx.vb" Inherits="EBook.EditBook" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD><LINK 
href="../Styles.css" type=text/css rel=stylesheet>
		<title>EditContract</title>
		<meta content="Microsoft Visual Studio .NET 7.0" name="GENERATOR">
		<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
	</HEAD>
	<BODY ms_positioning="GridLayout">
		<form enctype="multipart/form-data" runat="server" ID="Form1">
			<P><FONT face="宋体">
					<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="70%" border="0">
						<TR>
							<TD>
								<TABLE id="Table1" width="100%">
									<TR>
										<TD colspan="2" align="middle"><FONT face="隶书" size="5">书目信息</FONT></TD>
									</TR>
									<TR>
										<TD style="WIDTH: 93px"><FONT face="宋体">书名:</FONT></TD>
										<TD>
											<asp:TextBox id="txtBookName" runat="server" Width="347px"></asp:TextBox>
											<asp:Label id="lbID" runat="server" Visible="False"></asp:Label></TD>
									</TR>
									<TR>
										<TD style="WIDTH: 93px"><FONT face="宋体">作者:</FONT></TD>
										<TD><FONT face="宋体">
												<asp:TextBox id="txtAuthor" runat="server" Width="347px"></asp:TextBox></FONT></TD>
									</TR>
									<TR>
										<TD style="WIDTH: 93px"><FONT face="宋体">价格:</FONT></TD>
										<TD>
											<asp:TextBox id="txtPrice" runat="server" Width="347px"></asp:TextBox>
											<asp:CompareValidator id="CompareValidator1" runat="server" ErrorMessage="价格必须是数字" Display="Dynamic" ControlToValidate="txtPrice" Type="Double" Operator="DataTypeCheck"></asp:CompareValidator></TD>
									</TR>
									<TR>
										<TD style="WIDTH: 93px"><FONT face="宋体">出版社:</FONT></TD>
										<TD>
											<asp:TextBox id="txtPublish" runat="server" Width="347px"></asp:TextBox></TD>
									</TR>
									<TR>
										<TD style="WIDTH: 93px"><FONT face="宋体">书本存货:</FONT></TD>
										<TD>
											<asp:TextBox id="txtNum" runat="server" Width="347px"></asp:TextBox>
											<asp:CompareValidator id="CompareValidator2" runat="server" ErrorMessage="存货必须是整数" Display="Dynamic" ControlToValidate="txtNum" Type="Integer" Operator="DataTypeCheck"></asp:CompareValidator></TD>
									</TR>
									<TR>
										<TD style="WIDTH: 93px"><FONT face="宋体">书本类别:</FONT></TD>
										<TD><FONT face="宋体">
												<asp:DropDownList id="DpClass" runat="server" Width="150px"></asp:DropDownList></FONT></TD>
									</TR>
								</TABLE>
							</TD>
						</TR>
						<TR>
							<TD>
								<table width="100%" border="0">
									<tr>
										<td width="90" height="25">插入图片:</td>
										<td>
											<Input type="file" id="fileup" runat="server" size="20" NAME="fileup">
											<asp:button id="upload_button" text="粘贴" runat="server" />
											<asp:Button id="DelFileBtn" runat="server" Text="删除" />
											<asp:linkbutton id="lbPic" runat="server" />
										</td>
									</tr>
									<tr>
										<td width="90"><FONT face="宋体">描述:</FONT></td>
										<td><FONT face="宋体">
												<asp:TextBox id="txtDescription" runat="server" Width="356px" TextMode="MultiLine"></asp:TextBox></FONT></td>
									</tr>
								</table>
							</TD>
						</TR>
						<TR>
							<TD>
								<table height="40" cellSpacing="1" cellPadding="3" width="100%" border="0">
									<TR>
										<TD colspan="2" align="middle">
											<asp:LinkButton id="AddBtn" runat="server">添加</asp:LinkButton>
											<asp:LinkButton id="UpdateBtn" runat="server" Visible="False">更新</asp:LinkButton>
											<asp:LinkButton id="CacelBtn" runat="server">取消</asp:LinkButton>
											<asp:LinkButton id="DelBtn" runat="server" Visible="False">删除</asp:LinkButton></TD>
									</TR>
								</table>
							</TD>
						</TR>
					</TABLE>
				</FONT>
			</P>
		</form>
	</BODY>
</HTML>

⌨️ 快捷键说明

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