st_class.ascx
来自「it have big power,i hope to do it . hap」· ASCX 代码 · 共 17 行
ASCX
17 行
<%@ Control Language="c#" Inherits="STGROUP.ST_Book.ST_Common.ST_Class" CodeFile="ST_Class.ascx.cs" %>
<asp:DataList id="DataList1" runat="server">
<ItemTemplate>
<table border="0" align="center" cellpadding="0" cellspacing="0" width=100%>
<tr>
<td width=10px> </td>
<td width=118px><font color="#666666">【</font><font color="#ffffff"> <a href='<%# "../ST_Product/ST_ClassProduct.aspx?st_classid="+DataBinder.Eval(Container.DataItem,"ST_ClassID")%>'>
<strong><%# DataBinder.Eval(Container.DataItem,"ST_ClassName")%></strong></a> </font><font color="#666666">】</font><br>
<%# GetChildClass((int)DataBinder.Eval(Container.DataItem,"ST_ClassID"))%>
</td>
</tr>
</table>
</ItemTemplate>
</asp:DataList>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?