protected void BtnSubmit1_Click(object sender, EventArgs e)
 {
     //删除选定的评论
     if (!string.IsNullOrEmpty(Request.Form["idchk"]))
     {
         bkBll.DelByIDS(Request.Form["idchk"]);
     }
     MyBind();
 }