예제 #1
0
        protected void Dels_Click(object sender, EventArgs e)
        {
            string ids = string.IsNullOrEmpty(Request.Form["idchk"]) ? "" : Request.Form["idchk"];

            msgBll.DelByIds(ids);
            MyBind();
        }