首页 > 代码库 > (转)Repeater中增加序号自增列

(转)Repeater中增加序号自增列

 

 

 

<%# Convert.ToString(Container.ItemIndex+1)%>

 

 当Repeater空为时,提示没有数据...

<FooterTemplate>  <tr style="color:Red; font-size:18px;" runat="server" Visible="<%#rpt.Items.Count==0 %>" >    <td colspan="8">没有数据........</td>  </tr></FooterTemplate>