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

📄 customer_information.aspx

📁 用.net开发的一套管理系统,功能比较全,挺好用的啊!
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="customer_information.aspx.cs" AutoEventWireup="false" Inherits="cms.customer_information" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>customer_information</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="customer_information" method="post" runat="server">
			<TABLE id="Table1" style="WIDTH: 539px; HEIGHT: 252px" cellSpacing="1" cellPadding="1"
				width="539" align="center" border="1">
				<TR>
					<TD style="HEIGHT: 21px" bgcolor="#cccccc">
						<P align="center"><FONT face="宋体" size="6"><STRONG>客户简介</STRONG></FONT></P>
					</TD>
				</TR>
				<TR>
					<TD align="center"><FONT face="宋体">
							<asp:Repeater id="Rt_customer" runat="server">
								<ItemTemplate>
									<h2><%#DataBinder.Eval(Container.DataItem,"Custom_id")%></h2>
									简介
									<hr>
									<%#DataBinder.Eval(Container.DataItem,"Custom_introduce")%>
								</ItemTemplate>
							</asp:Repeater></FONT></TD>
				</TR>
				<TR>
					<TD align="center" bgcolor="#cccccc">
						<asp:Button id="Btn_back" runat="server" Text="返回"></asp:Button></TD>
				</TR>
			</TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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