buyerinformation.aspx
来自「asp.net+sql2000超市管理系统」· ASPX 代码 · 共 92 行
ASPX
92 行
<%@ Page language="c#" Codebehind="buyerinformation.aspx.cs" AutoEventWireup="false" Inherits="Supermart.buyerinformation" %>
<%@ Register TagPrefix="uc1" TagName="C_Navigation1" Src="C_Navigation1.ascx" %>
<%@ Register TagPrefix="uc1" TagName="C_Navigation2" Src="C_Navigation2.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>buyerinformation</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 style="WIDTH: 803px; HEIGHT: 582px" height="582" cellSpacing="0" cellPadding="0"
width="803" align="center" border="0">
<tr>
<td colSpan="4" height="128">
<P align="center"><EM>
<asp:Image id="Image4" runat="server" ImageUrl="IMAGE/header.jpg"></asp:Image></EM></P>
</td>
</tr>
<tr>
<td style="HEIGHT: 61px" bgColor="#ffffff" colSpan="4" height="61" vAlign="top">
<uc1:C_Navigation1 id="C_Navigation11" runat="server"></uc1:C_Navigation1></td>
</tr>
<tr>
<td style="HEIGHT: 5px" bgColor="#ffffff" colSpan="4" height="5">
<asp:Image id="Image1" runat="server" ImageUrl="IMAGE/line上.jpg"></asp:Image></td>
</tr>
<tr>
<td style="WIDTH: 9px; HEIGHT: 294px" align="left" width="9" bgColor="#ffffff" background="IMAGE/line左右.jpg"></td>
<td style="WIDTH: 155px; HEIGHT: 294px" align="left" width="155" height="294" vAlign="top">
<uc1:C_Navigation2 id="C_Navigation21" runat="server"></uc1:C_Navigation2></td>
<td style="HEIGHT: 294px" vAlign="top" width="7" bgColor="#ffffff" height="294" background="IMAGE/line左右.jpg"></td>
<td style="HEIGHT: 294px" width="641" height="294" vAlign="top">
<TABLE id="Table1" style="WIDTH: 640px; HEIGHT: 244px" cellSpacing="0" cellPadding="0"
width="640" border="0">
<TR>
<TD style="HEIGHT: 42px" bgColor="#99ccff" colSpan="2"><FONT size="5"><STRONG>顾客详细信息</STRONG></FONT></TD>
</TR>
<TR>
<TD style="WIDTH: 634px; HEIGHT: 28px" colSpan="2" align="left"> 顾客姓名:
<asp:Label id="lb_name" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 634px; HEIGHT: 29px" colSpan="2" align="left"> 交易次数:
<asp:Label id="lb_buytime" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 634px; HEIGHT: 27px" colSpan="2" align="left"> 总交易金额:
<asp:Label id="lb_totalMoney" runat="server" Width="44px"></asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 634px; HEIGHT: 28px" colSpan="2" align="left"> 最后一次交易时间:
<asp:Label id="lb_Date" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 634px; HEIGHT: 28px" colSpan="2" align="left"> 联系电话:
<asp:Label id="lb_phone" runat="server"></asp:Label>
<asp:TextBox id="txt_phone" runat="server" Width="84px" Visible="False"></asp:TextBox>
<asp:LinkButton id="LinkButton1" runat="server">编辑</asp:LinkButton>
<asp:LinkButton id="putinphone" runat="server" Visible="False">提交</asp:LinkButton></TD>
</TR>
<TR>
<TD style="WIDTH: 634px; HEIGHT: 28px" colSpan="2" align="left"> 家庭住址:
<asp:Label id="lb_address" runat="server"></asp:Label>
<asp:TextBox id="txt_address" runat="server" Width="92px" Visible="False"></asp:TextBox>
<asp:LinkButton id="LinkButton2" runat="server">编辑</asp:LinkButton>
<asp:LinkButton id="putinaddress" runat="server" Visible="False">提交</asp:LinkButton></TD>
</TR>
<TR>
<TD vAlign="middle" align="left" colSpan="2">
</TD>
</TR>
</TABLE>
</td>
</tr>
<tr>
<td style="HEIGHT: 9px" align="left" colSpan="4"><asp:image id="Image2" runat="server" ImageUrl="IMAGE/footer.jpg"></asp:image></td>
</tr>
</table>
</TD></TR>
<tr>
<td style="HEIGHT: 9px" align="left" colSpan="4"></td>
</tr>
</TABLE> </FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?