customer_information.aspx
来自「用.net开发的一套管理系统,功能比较全,挺好用的啊!」· ASPX 代码 · 共 39 行
ASPX
39 行
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?