Esempio n. 1
0
 protected void Rels_Click(object sender, EventArgs e)
 {
     if (!string.IsNullOrEmpty(Request.Form["idchk"]))
     {
         barBll.RelByIDS(Request.Form["idchk"]);
         MyBind();
     }
 }