Exemple #1
0
        protected void btndelete_Click(object sender, EventArgs e)
        {
            string ids = Request.Form["idchk"];

            if (!string.IsNullOrEmpty(ids))
            {
                barBll.DelByIDS(ids, BarStatus == (int)ZLEnum.ConStatus.Recycle);
            }
            MyBind();
        }