private void RptBind() { List<Model.plugin> lt = new List<Model.plugin>(); BLL.plugin bll = new BLL.plugin(); this.rptList.DataSource = bll.GetList(Utils.GetMapPath("../../plugins/")); this.rptList.DataBind(); }
private void RptBind() { List <Model.plugin> lt = new List <Model.plugin>(); BLL.plugin bll = new BLL.plugin(); this.rptList.DataSource = bll.GetList(Utils.GetMapPath("../../plugins/")); this.rptList.DataBind(); }
private void RptBind() { List <Model.plugin> lt = new List <Model.plugin>(); BLL.plugin bll = new BLL.plugin(); //Response.Write(Utils.GetMapPath("/plugins/")); //DTcms.Common.Utils.LogWrite("P", Utils.GetMapPath("/plugins/")); this.rptList.DataSource = bll.GetList(Utils.GetMapPath("/plugins/")); this.rptList.DataBind(); }