?? sails.aspx
字號:
<%@ Page language="c#" Codebehind="Sails.aspx.cs" AutoEventWireup="false" Inherits="admin.Sails" %>
<%@ Register TagPrefix="Admin" TagName="AdminMenu" Src="AdminMenu.ascx" %>
<HTML>
<HEAD>
<LINK href="styles.css" type="text/css" rel="stylesheet">
</HEAD>
<body bottomMargin="0" leftMargin="0" background="../images/sitebkgrdnogray.gif" topMargin="0"
rightMargin="0" marginwidth="0" marginheight="0">
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td vAlign="top" width="145" bgColor="#9999cc" height="100%"><ADMIN:ADMINMENU id="Menu1" runat="server"></ADMIN:ADMINMENU><IMG height="1" src="images/1x1.gif" width="145">
</td>
<td vAlign="top" align="center" width="700">
<table height="100%" width="100%" align="center" border="0">
<tr vAlign="top">
<td align="center"><table align="center" width="100%" border="0">
<tr valign="tip">
<td align="center">
<form id="Form1" method="post" runat="server">
<TABLE id="Table1" align="left" cellSpacing="1" cellPadding="1" width="504" border="0">
<tr>
<td colspan="3">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td class="ContentHead">查詢銷售信息
</td>
</tr>
</table>
</td>
</tr>
<TR>
<TD nowrap width="302">
<asp:DropDownList id="Year" runat="server"></asp:DropDownList><FONT face="宋體">年</FONT>
<asp:DropDownList id="Month" runat="server"></asp:DropDownList><FONT face="宋體">月</FONT>
<asp:DropDownList id="Day" runat="server"></asp:DropDownList><FONT face="宋體">日</FONT></TD>
</TR>
<TR>
<TD noWrap colSpan="2"><FONT face="宋體">
<asp:Button id="QueryMonth" runat="server" Text="查詢月銷售情況"></asp:Button>
<asp:Button id="QueryDay" runat="server" Text="查詢日銷售情況"></asp:Button></FONT></TD>
<td></FONT></td>
</TR>
<TR>
<TD noWrap colSpan="3"><FONT face="宋體">
<asp:DataGrid id="GridSails" runat="server" width="90%" BorderColor="Black" GridLines="Vertical"
cellpadding="4" Font-Name="Verdana" Font-Size="8pt" ShowFooter="True" HeaderStyle-CssClass="CartListHead"
FooterStyle-CssClass="cartlistfooter" ItemStyle-CssClass="CartListItem" AlternatingItemStyle-CssClass="CartListItemAlt"
AutoGenerateColumns="False" DataKeyField="productID" Font-Names="Verdana">
<AlternatingItemStyle CssClass="CartListItemAlt"></AlternatingItemStyle>
<ItemStyle CssClass="CartListItem"></ItemStyle>
<HeaderStyle CssClass="CartListHead"></HeaderStyle>
<FooterStyle CssClass="cartlistfooter"></FooterStyle>
<Columns>
<asp:BoundColumn DataField="productId" HeaderText="商品編號">
<HeaderStyle Wrap="False"></HeaderStyle>
<ItemStyle Wrap="False"></ItemStyle>
<FooterStyle Wrap="False"></FooterStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="productName" HeaderText="商品名稱">
<HeaderStyle Wrap="False"></HeaderStyle>
<ItemStyle Wrap="False"></ItemStyle>
<FooterStyle Wrap="False"></FooterStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="orderCount" HeaderText="相關訂單數">
<HeaderStyle Wrap="False"></HeaderStyle>
<ItemStyle Wrap="False"></ItemStyle>
<FooterStyle Wrap="False"></FooterStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="quantity" HeaderText="售出數量">
<HeaderStyle Wrap="False"></HeaderStyle>
<ItemStyle Wrap="False"></ItemStyle>
<FooterStyle Wrap="False"></FooterStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="money" HeaderText="銷售收入">
<HeaderStyle Wrap="False"></HeaderStyle>
<ItemStyle Wrap="False"></ItemStyle>
<FooterStyle Wrap="False"></FooterStyle>
</asp:BoundColumn>
</Columns>
<PagerStyle HorizontalAlign="Right" ForeColor="#4A3C8C" BackColor="#E7E7FF" Mode="NumericPages"></PagerStyle>
</asp:DataGrid></FONT></TD>
</TR>
</TABLE>
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -