/// <summary> /// 数据绑定 /// </summary> protected void databind() { T_Wish bll = new T_Wish(); rpList.DataSource = bll.GetList(new E_Wish() { PersonalID = PersonalID }); rpList.DataBind(); }
protected void databind() { T_Wish bll = new T_Wish(); rpList.DataSource = bll.GetList(new E_Wish() { EnterpriseID = EnterpriceID }); rpList.DataBind(); }