Ejemplo n.º 1
0
        private void Get_ParameterList(string strShopID)
        {
            SmsLog    bllSms = new SmsLog();
            DataTable db     = bllSms.GetSmsShopReportDetail(strShopID).Tables[0];

            this.gvSmsShopReportDetail.DataSource = db;
            this.gvSmsShopReportDetail.DataBind();
            PageBase.BindSerialRepeater(this.gvSmsShopReportDetail, 0);
        }