質問編集履歴

1

追記

2021/12/14 06:57

投稿

african
african

スコア17

test CHANGED
File without changes
test CHANGED
@@ -42,7 +42,11 @@
42
42
 
43
43
  */
44
44
 
45
+ for (int i = 1; i < TaskElements.Count; i++)
45
46
 
47
+
48
+
49
+ {
46
50
 
47
51
  cmd.CommandText = $"update Lesson set {TaskHeaderCells[i]}={manyRichTextBoxes[i].Text} where {TaskHeaderCells[0]} = {the_id}";/
48
52
 
@@ -52,7 +56,15 @@
52
56
 
53
57
 
54
58
 
59
+ }
60
+
61
+
62
+
55
63
  ```
64
+
65
+
66
+
67
+
56
68
 
57
69
 
58
70