?? orderinfo.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="OrderInfo.aspx.cs" Inherits="MemberManage_OrderInfo" %>
<!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>
<table style="width: 529px; height: 355px; background-image: url(../Image/例圖/購物信息查詢.jpg);" cellpadding="0" cellspacing="0" align="center">
<tr>
<td style="font-size: 9pt; vertical-align: middle; text-align: center">
<table style="width: 176px; height: 32px">
<tr>
<td style="font-size: 20pt; color: #ff9966">
購物信息查詢</td>
</tr>
</table>
<br />
請輸入會員ID:
<asp:TextBox ID="txtMID" runat="server"></asp:TextBox>
<asp:Button ID="txtSel" runat="server" Text="查詢" OnClick="txtSel_Click" Font-Size="9pt" /><br /><br />
<asp:GridView ID="gvShopInfo" runat="server" AllowPaging="True" CellPadding="4" Font-Size="9pt"
ForeColor="#333333" GridLines="None" PageSize="5" AutoGenerateColumns="False" OnPageIndexChanging="gvShopInfo_PageIndexChanging">
<FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
<RowStyle BackColor="#F7F6F3" ForeColor="#333333" />
<EditRowStyle BackColor="#999999" />
<SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#CBCF7A" ForeColor="Black" HorizontalAlign="Right" />
<HeaderStyle BackColor="#CBCF7A" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" ForeColor="#284775" />
<Columns>
<asp:BoundField DataField="OrderMember" HeaderText="購物人" />
<asp:BoundField DataField="GoodsName" HeaderText="所購商品" />
<asp:BoundField DataField="GoodsTypeName" HeaderText="商品類別" />
<asp:BoundField DataField="GoodsPrice" HeaderText="商品價格" />
<asp:BoundField DataField="IsCheckout" HeaderText="是否結帳" />
</Columns>
</asp:GridView>
</td>
</tr>
<tr>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -