111,130
社区成员
发帖
与我相关
我的任务
分享<asp:DataList ID="DataList1" runat="server" RepeatColumns="5" Width="100%" BorderWidth="1px" CellSpacing="2">
<ItemTemplate>
<img alt="" src="http://www.jtlhome.com/sptp/<%#Eval("编号") %>.jpg" height="80" width="110"
onclick="this.id=this.src.replace('http://www.jtlhome.com/sptp/','').replace('.jpg','');JsChgPic(BigPic,this.id); FillPicInfo(PicInfo,'<%#Eval("名称") %>','<%#Eval("编号") %>');">
<br />
<asp:Label ID="Label1" runat="server" Text=''></asp:Label>
</ItemTemplate>
<ItemStyle BorderWidth="1px" Font-Bold="False" Font-Italic="False"
Font-Overline="False" Font-Strikeout="False" Font-Underline="False" HorizontalAlign="Center" BorderStyle="Solid" />
</asp:DataList>