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

📄 search.aspx

📁 在线商店
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage/MasterPage.master" AutoEventWireup="true" CodeFile="search.aspx.cs" Inherits="MasterPage_search" Title="search" %>
<%@ Register Assembly="AfengPager" Namespace="AfengTools" TagPrefix="cc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="FartherMain" Runat="Server">

  <asp:DataList ID="search1" DataKeyField ="GoodsID" runat="server" RepeatColumns="4" RepeatDirection="Horizontal"   Height="150px" Width="700px" CaptionAlign="Bottom" CellPadding="0" HorizontalAlign="Center" BorderStyle="Dotted" OnItemCommand="search1_ItemCommand">
                    <ItemTemplate><table align="left" cellpadding=0 cellspacing=0 style=" width :170px; height:180px;" border="0" >
                        <tr align =center valign =bottom  style =" width :135px; height:65px;font-size: 9pt; font-family: 宋体;" >
                            <td colspan="2" align="center" style="height: 65px">
                                <table border="1" cellpadding="0" cellspacing="0" style="width: 163px; height: 32px">
                                    <tr>
                                        <td colspan="3" style="height: 32px">
                                            <asp:Image ID="imageRefine" runat="server"  ImageUrl =<%#DataBinder.Eval(Container.DataItem,"GoodsUrl")%>/></td>
                                    </tr>
                                </table>
                                &nbsp;</td>
                        </tr>
                        <tr align =center valign =bottom  style =" width :135px; height:11px;font-size: 9pt; font-family: 宋体;">
                            <td colspan="2" align="center">
                                <%#DataBinder.Eval(Container.DataItem, "GoodsName")%>
                            </td>
                        </tr>
                        <tr align =center valign =bottom  style =" width :135px; height:11px;font-size: 9pt; font-family: 宋体;">
                            <td align="right">
                                市场价格</td>
                            <td align="right" style="width: 55px">
                                <%#GetMKPStr(DataBinder.Eval(Container.DataItem, "MarketPrice").ToString())%>
                                ¥</td>
                        </tr>
                        <tr align =center valign =bottom  style =" width :135px; height:11px;font-size: 9pt; font-family: 宋体;">
                            <td align="right">
                                会员价格</td>
                            <td align="right" style="width: 55px">
                                <%#GetMBPStr(DataBinder.Eval(Container.DataItem, "MemberPrice").ToString())%>
                                ¥</td>
                        </tr>
                        <tr align =center valign =bottom  style =" width :135px; height:11px;font-size: 9pt; font-family: 宋体;">
                            <td colspan="2" align="center" style="height: 11px">
                                <asp:ImageButton ID="ImageButton2" runat="server" CommandName="detailSee" ImageUrl="~/Images/detailkey.gif" />&nbsp;
                                <asp:ImageButton ID="ImageButton1" runat="server" CommandName="buyGoods" ImageUrl="~/Images/buykey.gif" /></td>
                        </tr>
                    </table>
                    </ItemTemplate>
                </asp:DataList>
                <table width=700px><tr><td>
                      <cc1:AfengPager ID="AfengPager2" runat="server" PageNumberColor="Green" PagerFontColor="Blue" SelectedPageNumberColor="#990000">
                        <PageIndex LeftText="转到" ButtonText="GOOOOO" PageIndexType="DropDownList" RightText="" />
                    </cc1:AfengPager>  </td></tr></table>

</asp:Content>

⌨️ 快捷键说明

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