回答編集履歴

1

訂正

2021/01/08 03:05

投稿

退会済みユーザー
test CHANGED
@@ -30,7 +30,13 @@
30
30
 
31
31
  this.textBox1.Text + "%'";
32
32
 
33
+
34
+
33
- this.bindingSource1.DataSource = this.table;
35
+ //this.bindingSource1.DataSource = this.table;
36
+
37
+ // 上のコードよりこちらの方が良さそう
38
+
39
+ this.bindingSource1.ResetBindings(false);
34
40
 
35
41
  }
36
42