日期:2014-05-17 浏览次数:20443 次
<asp:UpdatePanel runat="server" ID="updatepanel1">
<ContentTemplate>
<table class="editca" width="95%">
<tr>
<th>
新闻标题
</th>
<th>
修改
</th>
<th>
删除
</th>
</tr>
<asp:Repeater ID="rptCaNews" runat="server">
<ItemTemplate>
<tr>
<td>
<a href="../Content.aspx?id=<%#Eval("id") %>" target="_blank"><%#Eval("title") %></a>