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); }
仅在第二次选择该行时才进行更新。如果移动并单击行,则更新将落后于一行(上一行的更新,未选中)...