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

📄 addcustomer.aspx

📁 用.net开发的一套管理系统,功能比较全,挺好用的啊!
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="addcustomer.aspx.cs" AutoEventWireup="false" Inherits="cms.addcustomer" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>addcustomer</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
		<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="addcustomer" method="post" runat="server">
			<TABLE id="Table1" style="WIDTH: 539px; HEIGHT: 244px" cellSpacing="1" cellPadding="1"
				width="539" align="center" border="1">
				<TR>
					<TD bgcolor="#cccccc">
						<P align="center"><FONT face="宋体" size="6"><STRONG>添加新客户</STRONG></FONT></P>
					</TD>
				</TR>
				<TR>
					<TD style="HEIGHT: 181px"><FONT face="宋体">
							<TABLE id="Table2" cellSpacing="1" cellPadding="1" width="94%" align="center" border="1"
								bgcolor="#f5f5f5">
								<TR>
									<TD>客户编号</TD>
									<TD>
										<asp:TextBox id="Tbx_id" runat="server"></asp:TextBox></TD>
								</TR>
								<TR>
									<TD>客户名称</TD>
									<TD>
										<asp:TextBox id="Tbx_name" runat="server"></asp:TextBox></TD>
								</TR>
								<TR>
									<TD>负责人</TD>
									<TD>
										<asp:TextBox id="Tbx_person" runat="server"></asp:TextBox></TD>
								</TR>
								<TR>
									<TD>客户简介</TD>
									<TD>
										<asp:TextBox id="Tbx_introduce" runat="server" TextMode="MultiLine"></asp:TextBox></TD>
								</TR>
								<TR>
									<TD style="HEIGHT: 27px">客户级别</TD>
									<TD style="HEIGHT: 27px">
										<asp:DropDownList id="Ddl_level" runat="server">
											<asp:ListItem Value="4">4</asp:ListItem>
											<asp:ListItem Value="3">3</asp:ListItem>
											<asp:ListItem Value="2">2</asp:ListItem>
											<asp:ListItem Value="1">1</asp:ListItem>
										</asp:DropDownList></TD>
								</TR>
								<TR>
									<TD></TD>
									<TD>
										<asp:Button id="Btn_add" runat="server" Text="添加"></asp:Button>
										<asp:Button id="Btn_reset" runat="server" Text="重置"></asp:Button>
										<asp:Label id="Lbl_note" runat="server"></asp:Label></TD>
								</TR>
							</TABLE>
						</FONT>
						<asp:CustomValidator id="Cv_id" runat="server" ErrorMessage="此用户已存在" ControlToValidate="Tbx_id"></asp:CustomValidator>
					</TD>
				</TR>
				<TR>
					<TD bgcolor="#cccccc" align="center"><FONT face="宋体">
							<asp:Button id="Btn_exit" runat="server" Text="退出"></asp:Button></FONT></TD>
				</TR>
			</TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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