質問編集履歴

2

文章の編集

2020/06/10 11:21

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- 【至急】ASP.NET テキストボックスのエラー表示が消えない
1
+ ASP.NET テキストボックスのエラー表示が消えない
test CHANGED
@@ -1,7 +1,3 @@
1
- ||||### 前提・実現したいこと
2
-
3
-
4
-
5
1
  C# ASP.NETで情報を登録するシステムを作っています。
6
2
 
7
3
 

1

文章の修正

2020/06/10 11:20

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -1,7 +1,3 @@
1
- |列1|列2|列3|
2
-
3
- |:--|:--:|--:|
4
-
5
1
  ||||### 前提・実現したいこと
6
2
 
7
3
 
@@ -46,7 +42,7 @@
46
42
 
47
43
  <div class="form-group">
48
44
 
49
- @Html.LabelFor(model => model.CustomerCode, htmlAttributes: new { @class="control-label col-md-2"})
45
+ @Html.LabelFor(model => model.Code, htmlAttributes: new { @class="control-label col-md-2"})
50
46
 
51
47
  <div class="col-md-10">
52
48