private void btnUpdate_Click(object sender, EventArgs e) { ite = BuildObjedtByField(); if (ite != null) { DataRow dr = ite.BuildRow(); ItemsTable prodacts = new ItemsTable(); if (prodacts.Update(dr) == false) { MessageBox.Show("קיים במאגר"); } else { MessageBox.Show("עודכן בהצלחה"); } } }