protected void Bind() { Rpteam.DataSource = fcBLL.GetDataByLid(1); Rpteam.DataBind(); //RpDirector.DataSource = fBLL.getDataById(17); //RpDirector.DataBind(); //Rpadviser.DataSource = fBLL.GetDataByCategoryAndLid(7);//顧問類別 //Rpadviser.DataBind(); //RpPartner.DataSource = fBLL.GetDataByCategoryAndLid(8);//合夥律師類別 //RpPartner.DataBind(); //RpLawyer.DataSource = fBLL.GetDataByCategoryAndLid(10);//律師類別 //RpLawyer.DataBind(); //RpAgent.DataSource = fBLL.GetDataByCategoryAndLid(11);//專案經理類別 //RpAgent.DataBind(); //RpAdministrator.DataSource = fBLL.GetDataByCategoryAndLid(12);//行政組類別 //RpAdministrator.DataBind(); }
protected void Bind() { Rpteam.DataSource = fcBLL.GetDataByLid(3); Rpteam.DataBind(); }