bl双性强迫侵犯h_国产在线观看人成激情视频_蜜芽188_被诱拐的少孩全彩啪啪漫画

如何在repeater里添加序號

2022-06-01    分類: 網站建設

1、

<%# Container.ItemIndex + 1%>

2、

<%# this.rpResult.Items.Count + 1%>

3、

中添加


      function show()
   {
var bj = document.all.tags('LABEL');
for (i=0;i{
document.all['dd'][i].innerHTML=i+1;
}
   }
  

4、

后臺實現方法:

在.aspx里添加

在.cs里添加

** void InitializeComponent()
{   
   this.Repeater1.ItemDataBound += new System.Web.UI.WebControls.RepeaterItemEventHandler(this.Repeater1_ItemDataBound);
   this.Load += new System.EventHandler(this.Page_Load);

}

** void Repeater1_ItemDataBound(object source, System.Web.UI.WebControls.RepeaterItemEventArgs e)
{
if(e.Item.ItemType == ListItemType.Item || e.Item.ItemType == ListItemType.AlternatingItem)
   {
    ((Label)e.Item.FindControl('Label1')).Text = Convert.ToString(e.Item.ItemIndex + 1);
   }
}

網頁題目:如何在repeater里添加序號
URL分享:http://vcdvsql.cn/news/162294.html

成都網站建設公司_創新互聯,為您提供移動網站建設Google云服務器做網站定制開發網頁設計公司

廣告

聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯

網站托管運營