摘要:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Head_Index.ascx.cs" Inherits="Head_Index" %><%@ Register Src="TopBoards.ascx" TagName="TopBoards" TagPrefix="uc1" %> <!--#include file=" /Common/head/h 阅读全文
posted @ 2011-09-28 21:35
奇幻男孩
阅读(295)
评论(0)
推荐(0)
摘要:
<asp:Repeater runat="server" ID="rptHotList"> <ItemTemplate> <li><a href="#" onclick="SetEncodeURL('<%# Eval("Value") %>')"> <%# Eval("Value") %></a></li> </ItemTemplate> </as 阅读全文
posted @ 2011-09-28 13:15
奇幻男孩
阅读(172)
评论(0)
推荐(0)