Ejemplo n.º 1
0
 protected void gvPackageService_RowCommand(object sender, GridViewCommandEventArgs e)
 {
     if (e.CommandName == "DeleteService")
     {
         client.DeleteTombstonePackageService(Convert.ToInt32(e.CommandArgument));
         BindSelectedService();
     }
 }