showgoodsimage.ascx
来自「jsp实现的网上购物系统」· ASCX 代码 · 共 16 行
ASCX
16 行
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ShowGoodsImage.ascx.cs" Inherits="JiSuShop.Web.Skin.ShowGoodsImage" %>
<table width="90%" align="center" cellSpacing="0" cellPadding="0" border="0">
<tr>
<td class="showgoos_p" width="95%" ><img src="Skin/Digital/Images/closed_red.gif" width="7" height="7"> 商品图片</td>
</tr>
<tr>
<td class="showgoos_n" ><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 + -
显示快捷键?