摘要:
Repeater嵌套Repeater的结构:一般写过的都能看懂吧cs代码:private void RpTypeBind() {//GetQuestionTypeAndCount() 返回一个datatable this.rptypelist.DataSource = LiftQuestionCtr.GetQuestionTypeAndCount(); this.rptypelist.DataBind(); } protected void rptypeli... 阅读全文
posted @ 2012-07-19 17:57
slc
阅读(181)
评论(0)
推荐(0)