protected void Dels_B_Click(object sender, EventArgs e) { if (!string.IsNullOrEmpty(Request.Form["idchk"])) { WxBll.DelByIds(Request.Form["idchk"]); MyBind(); function.Script(this, "DelsWxApp('" + Request.Form["idchk"] + "');"); } }