showgoodsimage.ascx
来自「jsp实现的网上购物系统」· ASCX 代码 · 共 17 行
ASCX
17 行
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ShowGoodsImage.ascx.cs" Inherits="JiSuShop.Web.Skin.ShowGoodsImage" %>
<table width="520" cellSpacing="0" cellPadding="0" border="0" class="OrderAdmin_m">
<tr>
<td class="ShowGoods_intro"><img src="Skin/game/Images/sticky.gif" width="22" height="15"> 商品图片</td>
</tr>
<tr>
<td class="ShowGoods_c"><ul>
<ul style="cursor:hand;">
<asp:DataList RepeatColumns=3 Width=100% Runat="server" ID="GoodsImagesDataList">
<ItemTemplate>
<asp:Image Runat="server" ID="GoodsImage"></asp:Image>
</ItemTemplate>
</asp:DataList>
</ul></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?