Example #1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            var bll = new BLL.BLLBase();
            var tb  = bll.Select(new DataContext(), new Model.GlobeConfig());

            if (tb.Rows != null && tb.Rows.Count > 0)
            {
                PubFunc.BindControl(rptList, tb);
            }
        }