protected void BatDel_Btn_Click(object sender, EventArgs e)
 {
     B_Survey.DelQuestion(Request.Form["idchk"]);
     MyBind();
 }