📄 tjdd.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="tjdd.aspx.cs" Inherits="Default2" %>
<!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 runat="server">
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<img src="image/logo.JPG" />
<asp:LinkButton ID="LinkButton2" runat="server" PostBackUrl="~/Default.aspx">返回首页</asp:LinkButton><br />
<br />
<br />
<table style="width: 858px; height: 21px;">
<tr>
<td colspan="3" rowspan="3" style="width: 688px; height: 20px">
<span style="font-size: 11pt">结算步骤:1. 登陆注册 >> 2. 填写核对订单信息 >>
<strong>3. 成功提交订单</strong>>>4.查看订单状态</span></td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
<br />
</div>
<asp:FormView ID="FormView1" runat="server" DataSourceID="AccessDataSource1" Height="182px" Width="857px">
<ItemTemplate>
<table id="Table2" onclick="return TABLE1_onclick()" style="width: 852px; border-bottom: thin dashed;
height: 124px; background-color: lightcyan">
<tr>
<td style="width: 100px; height: 14px">
<span style="font-size: 11pt"><strong>收货人信息 </strong><span style="font-size: 8pt"></span>
</span>
</td>
<td colspan="2" style="width: 306px; height: 14px">
<span style="font-size: 8pt"><span style="font-size: 8pt">
<asp:LinkButton ID="LinkButton1" runat="server" PostBackUrl="~/newdingdan.aspx">修改</asp:LinkButton></span></span></td>
</tr>
<tr style="font-size: 10pt; color: #000000">
<td style="width: 100px; height: 14px">
<span>收货人:</span></td>
<td colspan="2" style="width: 306px; height: 14px">
<asp:Label ID="Label1" runat="server" Height="16px" Text='<%# Bind("PName") %>' Width="227px"></asp:Label></td>
</tr>
<tr style="font-size: 10pt">
<td style="width: 100px; height: 15px">
<span>收货地址:</span></td>
<td colspan="2" style="width: 306px; height: 15px">
<asp:Label ID="Label2" runat="server" Height="15px" Text='<%# Eval("PAddress") %>'
Width="326px"></asp:Label></td>
</tr>
<tr>
<td style="width: 100px; height: 3px">
<span style="font-size: 10pt">邮政编码:</span></td>
<td colspan="2" style="width: 306px; height: 3px">
<asp:Label ID="Label3" runat="server" Height="16px" Text='<%# Eval("PANum") %>' Width="224px"></asp:Label></td>
</tr>
<tr>
<td style="width: 100px; height: 3px">
<span style="font-size: 10pt">联系电话:</span></td>
<td colspan="2" style="width: 306px; height: 3px">
<asp:Label ID="Label4" runat="server" Height="8px" Text='<%# Eval("PTel") %>' Width="225px"></asp:Label></td>
</tr>
</table>
<table style="width: 851px; border-bottom: gainsboro thin dashed; height: 57px; background-color: whitesmoke">
<tr>
<td style="height: 36px">
<strong><span style="font-size: 11pt; background-color: whitesmoke">
<br />
送货方式</span></strong></td>
<td style="font-size: 12pt; height: 36px">
</td>
<td style="font-size: 12pt; width: 28px; height: 36px">
</td>
</tr>
<tr style="font-size: 12pt">
<td colspan="3" rowspan="2" style="height: 30px">
<asp:Label ID="Label5" runat="server" Text="免运费"></asp:Label>(普通快递送货上门)</td>
</tr>
<tr style="font-size: 12pt">
</tr>
</table>
</ItemTemplate>
</asp:FormView>
<table style="width: 864px; background-color: azure; height: 27px;">
<tr>
<td colspan="3" rowspan="3" style="height: 20px; width: 691px;">
<strong>购书订单</strong></td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
<asp:GridView ID="GridView2" runat="server" AllowPaging="True" AutoGenerateColumns="False"
DataSourceID="AccessDataSource2" PageSize="5" Style="background-color: azure;
text-align: left" Width="864px" Height="154px">
<Columns>
<asp:TemplateField HeaderText="书籍名称" SortExpression="BName">
<EditItemTemplate>
<asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("BName") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Bind("BName") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="书籍价格" SortExpression="BPrice1">
<EditItemTemplate>
<asp:TextBox ID="TextBox2" runat="server" Text='<%# Bind("BPrice1") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label2" runat="server" Text='<%# Bind("BPrice1") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="订购数量" SortExpression="BNum">
<EditItemTemplate>
<asp:TextBox ID="TextBox3" runat="server" Text='<%# Bind("BNum") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label3" runat="server" Text='<%# Bind("BNum") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
<table style="width: 864px; border-bottom: thin dashed; height: 26px; background-color: azure">
<tr>
<td style="width: 177px; height: 21px">
<span style="font-size: 10pt"><strong>运费:</strong></span></td>
<td colspan="2" style="height: 21px">
<asp:Label ID="Label6" runat="server" Text="0"></asp:Label></td>
</tr>
<tr>
<td style="width: 177px; height: 45px">
<span style="font-size: 10pt"><strong>您需要为此订单支付:</strong></span></td>
<td colspan="2" style="height: 45px">
<asp:Label ID="Label7" runat="server" Text='<%# Eval("Pay") %>'></asp:Label></td>
</tr>
</table>
<table style="background-image: url(无标题8.bmp); width: 862px; height: 53px;">
<tr>
<td style="width: 293px; height: 47px">
</td>
<td style="width: 235px; height: 47px">
<span style="font-size: 10pt">
<br />
请核对以上信息,点击“提交订单”</span></td>
<td style="height: 47px; width: 151px;">
<br />
<asp:Button ID="Button1" runat="server" BackColor="Turquoise" BorderColor="White"
Font-Size="11pt" ForeColor="#400040" PostBackUrl="~/zhuangtai.aspx" Style="font-weight: bold;
border-top-style: outset; border-right-style: outset; border-left-style: outset;
background-color: #33ffcc; border-bottom-style: outset" Text="提交订单" /></td>
</tr>
</table>
<asp:AccessDataSource ID="AccessDataSource2" runat="server"
DataFile="~/BDB/BookStore.mdb" SelectCommand="SELECT [BName], [BNum], [BPrice1] FROM [BookCar]">
</asp:AccessDataSource>
<asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/BDB/BookStore.mdb"
SelectCommand="SELECT [PName], [PAddress], [PANum], [PTel] FROM [BookOrder]"></asp:AccessDataSource>
<asp:Label ID="Label3" runat="server" Font-Size="X-Small" ForeColor="DimGray" Text="Copyright (C) 19小组 2008-9999, All Rights Reserved 19小组"></asp:Label>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -