Ejemplo n.º 1
0
 //Boutton corbeille
 protected void deleteVente(object sender, EventArgs e)
 {
     Vente.deleteVente(((ImageButton)sender).Attributes["customvalue"]);
     msg.Text = "Vente supprimée";
     BindData();
 }