質問編集履歴
2
カテゴリ
title
CHANGED
|
File without changes
|
body
CHANGED
|
File without changes
|
1
修正
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
3.Aの値を編集
|
|
10
10
|
4.ボタンC押下でDをキーにテーブル更新
|
|
11
11
|
|
|
12
|
-
###
|
|
12
|
+
###aspx
|
|
13
13
|
```ここに言語を入力
|
|
14
14
|
<asp:GridView ID="GridView1" runat="server" OnRowCommand="GridView1_RowCommand">
|
|
15
15
|
<Columns>
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
</Columns>
|
|
21
21
|
</asp:GridView>
|
|
22
22
|
```
|
|
23
|
-
|
|
23
|
+
###page_load
|
|
24
24
|
```page_load
|
|
25
25
|
//sqlcmd : sqlcommand コネクションおよびコマンドテキスト入力済み
|
|
26
26
|
DataSet datas = new DataSet();
|