You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
1.4 KiB

<%@ 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>