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

📄 producthot.aspx

📁 电子商务网站,结合Visual Sttudio 2005和SQL 2005 用ASP.NET语言开发的网站.
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="productHot.aspx.cs" AutoEventWireup="false" Inherits="shop.productHot" %>
<%@ Register Src="Controls/head.ascx" TagName="head" TagPrefix="uc2" %>
<%@ Register TagPrefix="uc1" TagName="productSearch" Src="Controls/productSearch.ascx" %>
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<title>热销产品</title>
		<link href="style\SiteStyle.css" type="text/css" rel="stylesheet">
	</head>
	<body>
		<form id="form1" runat="server">
		<center>
			<table>
			<tr>
			<td>
                <uc2:head ID="Head1" runat="server" />
            </td>
			</tr>
			<tr>
			<td style="width: 431px">
                <uc1:productSearch ID="ProductSearch1" runat="server" />
            <hr color="#43a0db" size="1" style="width: 771px" />
            </td>
			</tr>
			<tr>
			<td  align="center"><table style="width: 770px; height: 50px" border="0" cellpadding="0" cellspacing="0" id="Table2">
                <tr>
                    <td style="font-size: 15pt; color: #99ff33; background-color: #43a0db;">
                        <strong>
                        热销商品:</strong></td>
                </tr>
                <tr>
                    <td align="center" valign="top">
                        <asp:DataGrid ID="DataGrid1" runat="server" AutoGenerateColumns="False" BackColor="White"
                            BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" CellPadding="3"
                            Width="100%">
                            <SelectedItemStyle BackColor="#669999" Font-Bold="True" ForeColor="White" />
                            <ItemStyle ForeColor="#000066" />
                            <HeaderStyle BackColor="#43A0DB" Font-Bold="True" ForeColor="White" />
                            <FooterStyle BackColor="White" ForeColor="#000066" />
                            <Columns>
                                <asp:HyperLinkColumn DataNavigateUrlField="ProductId" DataNavigateUrlFormatString="productDetail.aspx?productId={0}"
                                    DataTextField="PName" HeaderText="商品名称" Target="_blank"></asp:HyperLinkColumn>
                                <asp:BoundColumn DataField="PPrice" DataFormatString="&lt;del&gt;{0:c}&lt;/del&gt;"
                                    HeaderText="原价">
                                    <HeaderStyle />
                                </asp:BoundColumn>
                                <asp:BoundColumn DataField="PMemberPrice" DataFormatString="&lt;font color=red&gt;{0:c}&lt;/font&gt;"
                                    HeaderText="现价">
                                    <HeaderStyle  />
                                </asp:BoundColumn>
                                <asp:BoundColumn DataField="PClick" DataFormatString="{0}次" HeaderText="点击数">
                                    <HeaderStyle />
                                </asp:BoundColumn>
                                <asp:HyperLinkColumn DataNavigateUrlField="productId" DataNavigateUrlFormatString="productDetail.aspx?productId={0}"
                                    HeaderText="查看" Target="_blank" Text="详细资料">
                                    <HeaderStyle Width="70px" />
                                </asp:HyperLinkColumn>
                            </Columns>
                            <PagerStyle BackColor="White" ForeColor="#000066" HorizontalAlign="Left" Mode="NumericPages" />
                        </asp:DataGrid>
                        <hr color="#43a0db" size="1" style="width: 771px" /></td>
                </tr>
                <tr>
                    <td>
                    <table width="100%">
                                                    <tr>
                                                        <td align="center" style="height: 17px">
                                                            © 版权所有2000-2006,杭州品杰科技有限责任公司</td>
                                                    </tr>
                                                    <tr>
                                                        <td align="center" style="height: 16px">
                                                            未经杭州品杰科技有限责任公司书面特别授权,请勿转载或建立镜像,违者依法必究</td>
                                                    </tr>
                                                </table>
                    </td>
                </tr>
            </table>
            </td>
			</tr>
			</table>
			</center>
		</form>
	</body>
</html>

⌨️ 快捷键说明

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