温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:淘淘网电子商务网站源码(毕业设计)
当前文件:
TaoTaoBiz/Customer/CustomerPage.aspx,打开代码结构图
TaoTaoBiz/Customer/CustomerPage.aspx,打开代码结构图1<%@ Page language="c#" Codebehind="CustomerPage.aspx.cs" AutoEventWireup="True" Inherits="web.customer.CustomerPage" %> 2
<%@ Register TagPrefix="uc1" TagName="bottom" Src="../Controls/bottom.ascx" %> 3
<%@ Register TagPrefix="uc1" TagName="head" Src="../Index/head.ascx" %> 4
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 5
<HTML> 6
<HEAD> 7
<title>我的账户</title> 8
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1"> 9
<meta name="CODE_LANGUAGE" Content="C#"> 10
<meta name="vs_defaultClientScript" content="JavaScript"> 11
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> 12
</HEAD> 13
<body style="MARGIN-TOP:0px" MS_POSITIONING="GridLayout"> 14
<form id="Form1" method="post" runat="server"> 15
<uc1:head id="Head1" runat="server"></uc1:head> 16
<div id="manage" align="center"> 17
<table width="760"> 18
<tr> 19
<td>我的帐户</td> 20
</tr> 21
<tr> 22
<td bgcolor="#006699"><font color="#ffffff">订单信息</font></td> 23
</tr> 24
<tr> 25
<td> 26
<UL> 27
<LI> 28
<a href="Car.aspx" target="_blank">我的购物车</a> 29
<LI> 30
<a href="MyBookGoods.aspx" target="_blank">我的订单</a></LI> 31
</UL> 32
</td> 33
</tr> 34
<tr> 35
<td bgcolor="#006699"><font color="#ffffff">账户信息</font></td> 36
</tr> 37
<tr> 38
<td> 39
<UL> 40
<LI> 41
<a href="MyInformation.aspx" target="_blank">我的基本信息</a></LI> 42
<LI> 43
<a href="UpdatePwd.aspx" target="_blank">修改密码</a></LI> 44
</UL> 45
</td> 46
</tr> 47
</table> 48
</div> 49
<uc1:bottom id="Bottom1" runat="server"></uc1:bottom> 50
</form> 51
</body> 52
</HTML> 53




