Пример #1
0
 private void RptBind(string _strWhere, string _orderby)
 {
     this.txtKeywords.Text = this.keywords;
     BLL.online_service bll = new BLL.online_service();
     this.rptList.DataSource = bll.GetList(0, _strWhere, _orderby);
     this.rptList.DataBind();
 }
Пример #2
0
 private void RptBind(string _strWhere, string _orderby)
 {
     if (this.group_id > 0)
     {
         ddlGroupId.SelectedValue = this.group_id.ToString();
     }
     txtKeywords.Text = this.keywords;
     BLL.online_service bll = new BLL.online_service();
     this.rptList.DataSource = bll.GetList(0, _strWhere, _orderby);
     this.rptList.DataBind();
 }
Пример #3
0
 private void RptBind(string _strWhere, string _orderby)
 {
     if (this.group_id > 0)
     {
         ddlGroupId.SelectedValue = this.group_id.ToString();
     }
     txtKeywords.Text = this.keywords;
     BLL.online_service bll = new BLL.online_service();
     this.rptList.DataSource = bll.GetList(0, _strWhere, _orderby);
     this.rptList.DataBind();
 }
Пример #4
0
 private void RptBind(string _strWhere, string _orderby)
 {
     this.txtKeywords.Text = this.keywords;
     BLL.online_service bll = new BLL.online_service();
     this.rptList.DataSource = bll.GetList(0, _strWhere, _orderby);
     this.rptList.DataBind();
 }