真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網站制作重慶分公司

如何使用嵌套repeater-創(chuàng)新互聯(lián)

本篇內容主要講解“如何使用嵌套repeater”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“如何使用嵌套repeater”吧!

我們提供的服務有:成都做網站、成都網站建設、成都外貿網站建設、微信公眾號開發(fā)、網站優(yōu)化、網站認證、彭山ssl等。為近1000家企事業(yè)單位解決了網站和推廣的問題。提供周到的售前咨詢和貼心的售后服務,是有科學管理、有技術的彭山網站制作公司

前臺代碼部分:

復制代碼 代碼如下:


后臺代碼部分:


復制代碼 代碼如下:

private void function1()
{
repeater1.datasource = datatable;
repeater1.databind();
}

private void function2(object sender,repeateritemeventargs e)

{

//判斷里層repeater處于外層repeater的哪個位置(alternatingitemtemplate,footertemplate,headertemplate,itemtemplate,separatortemplate)

if(e.item.itemtype == listitemtype.item || e.item.itemtype == listitemtype.alternatingitem)

{

repeater rpt = e.item.findcotrol("repeater2") as repeater;  //找到里層的repeater對象

datarowview row = (datarowview)e.item.dataitem;      //找到分類repeater關聯(lián)的數據項

int typeid = convert.toint32(row["id"]);            //獲取填充子類的id

rpt.datasource = datatable;

rpt.databind();

}
}


到此,相信大家對“如何使用嵌套repeater”有了更深的了解,不妨來實際操作一番吧!這里是創(chuàng)新互聯(lián)建站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續(xù)學習!


本文標題:如何使用嵌套repeater-創(chuàng)新互聯(lián)
當前URL:http://weahome.cn/article/didppg.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部