Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
private void tbComboBox_SelectedIndexChanged(object sender, EventArgs e) { this.mytbTableAdapter.Fill(this.dbDataSet.mytb); }
更新は、もう一度行を選択した場合のみです。また、行を移動してクリックすると、更新は1行遅れます(選択されていない前の行の更新)...