Пример #1
0
 private void RptBind(string _strWhere, string _orderby)
 {
     BLL.department bll = new BLL.department();
     this.rptList.DataSource = bll.getAreaDict(); //bll.GetList(0, _strWhere, _orderby);
     this.rptList.DataBind();
 }