摘要: cs代码:View Code 1 privatevoid RpTypeBind()2 {//GetQuestionTypeAndCount() 返回一个datatable3 this.rptypelist.DataSource = LiftQuestionCtr.GetQuestionTypeAndCount(); 4 this.rptypelist.DataBind();5 }6 protectedvoid rptypelist_ItemDataBound(object sender, RepeaterItemEventArgs e)7 {8 9 //判断里层repeater处于外层repe 阅读全文
posted @ 2011-05-24 09:43 一筐 阅读(254) 评论(0) 推荐(0)