|
|
От: | Nikolay_Petrov | |
| Дата: | 12.11.06 14:53 | ||
| Оценка: | |||
private void toolStripNavigatorUpdateItem_Click(object sender, EventArgs e)
{
try
{
this.Validate();
this.анкетаBindingSource.EndEdit();
this.анкетаTableAdapter.Update(this.aASBDataSet.Анкета);
MessageBox.Show("Update successful");
}
catch (System.Exception ex)
{
MessageBox.Show("Update failed");
}
}