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

📄 managedd.aspx

📁 大家一起研究研究,全部都是开源的CSHARP代码.带数据库的
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ManageDD.aspx.cs" Inherits="admin_ManageDD" %>
<%@ Register TagPrefix="uc" TagName="pageLefter" Src="~/admin/adminLeft.ascx" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>订单管理</title>
<link href="css/main.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="css/togglemenu.js"></script>
</head>

<body>
<div id="logo"><img src="images/logo_down.gif" /></div>
<div id="box_top"></div>
<div id="box">
	<uc:pageLefter runat="server" ID="pageLefter1" />
	<div class="right">
		<h3><center>
			查看管理订单信息
		</center></h3>
		<form id="form1" name="form1" runat="server">
		<asp:Repeater runat="server" ID="Repeater1">
				    <ItemTemplate>
				        <table width="90%" border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#CCCCCC" style="margin-top: 10px;">
				
				<tr>
					<th colspan="4" align="left" bgcolor="#FFFFFF" class="fRed">订购产品基本信息</th>
				</tr>
				<tr>
					<th width="17%" bgcolor="#FFFFFF">产品类型:</th>
					<td width="32%" bgcolor="#FFFFFF"><%#DataBinder.Eval(Container.DataItem, "ProClass")%></td>
					<th width="17%" bgcolor="#FFFFFF">产品名称:</th>
					<td width="34%" bgcolor="#FFFFFF"><%#DataBinder.Eval(Container.DataItem, "ProName")%></td>
				</tr>
				<tr>
					<th width="17%" bgcolor="#FFFFFF">产品编号:</th>
					<td width="32%" bgcolor="#FFFFFF"><%#DataBinder.Eval(Container.DataItem, "ProNumber")%></td>
					<th width="17%" bgcolor="#FFFFFF">产品数量:</th>
					<td width="34%" bgcolor="#FFFFFF"><%#DataBinder.Eval(Container.DataItem, "Procount")%></td>
				</tr>
				<tr>
					<th colspan="4" align="left" bgcolor="#FFFFFF"><span class="fRed">订购人的联系方式</span></th>
				</tr>
				<tr>
					<th bgcolor="#FFFFFF">联系人:</th>
					<td bgcolor="#FFFFFF"><%#DataBinder.Eval(Container.DataItem, "PersonName")%></td>
					<th bgcolor="#FFFFFF">联系电话:</th>
					<td bgcolor="#FFFFFF"><%#DataBinder.Eval(Container.DataItem, "PersonTel")%></td>
				</tr>
				<tr>
					<th bgcolor="#FFFFFF">联系手机:</th>
					<td bgcolor="#FFFFFF"><%#DataBinder.Eval(Container.DataItem, "PersonMobileTel")%></td>
					<th bgcolor="#FFFFFF">Email:</th>
					<td bgcolor="#FFFFFF"><%#DataBinder.Eval(Container.DataItem, "Email")%></td>
				</tr>
				<tr>
					<th bgcolor="#FFFFFF">联系地址:</th>
					<td bgcolor="#FFFFFF"><%#DataBinder.Eval(Container.DataItem, "address")%></td>
					<th bgcolor="#FFFFFF">邮编:</th>
					<td bgcolor="#FFFFFF"><%#DataBinder.Eval(Container.DataItem, "YouBian")%></td>
				</tr>
				<tr>
					<th colspan="4" bgcolor="#FFFFFF"> <a href="DelDD.aspx?DDId=<%#DataBinder.Eval(Container.DataItem, "DgId")%>">删除本条订单</a></th>
				</tr>
			</table>
				    </ItemTemplate>
				</asp:Repeater>
			
			
			<div class="fanye">
				<div id="left"></div>
				<div id="middle">
                    <asp:Label ID="Label1" runat="server" Text=""></asp:Label></div>
			</div>
		</form>
		</div>
	<div id="siteInfo">Copyright &copy; 2007 www.lvvnuo.com Inc. All Rights Reserved 版权所有 无忧之源纸业有限公司</div>
	<div class="clear"></div>
</div>
<div id="box_down"></div>
</body>
</html>

⌨️ 快捷键说明

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