Repeater控件获取标识号,下标从1,2,3,4,5,6...开始
采集日期:2008-4-21作者:lxy_abcde1190(注:本数据由系统自动采集,内容与BHCODE无关)
//显示记录的标识号 如1,2,3,4... ****************************//返回获取标识号的当前页 ****************************totalcount = WebControlLibrary.totalpage = WebControlLibrary.CurregPageCount = WebControlLibrary.//返回获取标识号的每页的起始号 ****************************WebPage.totalcount = totalcount;WebPage p = new WebControlLibrary.} //返回记录标识号 protected void Numeric_ItemDataBound(object sender, RepeaterItemEventArgs e) {****************************//返回记录标识号。