<controls:UIPageDtbl id="items" runat="server" pagesize="10" emptytext="ⅰ" onpageindexchanged="TurnPage" OnItemDataBound="items_ItemDataBound">
<itemtemplate>
<asp:Label id="lblDate" runat="server" /><a href="../Feature/FeatureInfo.aspx?specialid=<%# DataBinder.Eval(Container.DataItem, "special_id") %>"><font color="#336699"><%# DataBinder.Eval(Container.DataItem, "special_nm") %></font></a><br>
<asp:Label ID="lblComment" runat="server" /><font color="#636363"><%# DataBinder.Eval(Container.DataItem, "top_comment")%></font>
<br />
</itemtemplate>
</controls:UIPageDtbl>