示例#1
0
 protected void showProject()
 {
     LearnSite.BLL.Works bll = new LearnSite.BLL.Works();
     Repeater1.DataSource = bll.GetSbPage(AspNetPagerPic.StartRecordIndex, AspNetPagerPic.EndRecordIndex, cid);
     Repeater1.DataBind();
 }