protected void Dels_Click(object sender, EventArgs e) { string ids = string.IsNullOrEmpty(Request.Form["idchk"]) ? "" : Request.Form["idchk"]; msgBll.DelByIds(ids); MyBind(); }