?? newproducts.ascx
字號:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="NewProducts.ascx.cs" Inherits="eshop.UserControl.NewProducts" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table width=95% cellpadding="0" cellspacing="0" border="0">
<asp:Repeater ID="NewList" runat="server">
<HeaderTemplate>
<tr>
<td class="MostPopularHead">新品上架
</td>
</tr>
</HeaderTemplate>
<ItemTemplate>
<tr>
<td bgcolor="#d3d3d3">
<asp:HyperLink class="MostPopularItemText" NavigateUrl='<%# "../ProductInfo.aspx?ProductId=" + DataBinder.Eval(Container.DataItem, "ProductID")%>' Text='<%#DataBinder.Eval(Container.DataItem, "ProductName")%>' runat="server" ID="Hyperlink1"/>
<br>
</td>
</tr>
</ItemTemplate>
</asp:Repeater>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -