Hello!
ex: I have field in Model
I use this:
but I can't call to my ThicknessDry (thicknessDry.png), because I use new Id ( this need to me)
P.S. I can't delete this code: .HtmlAttributes(new { id = Guid.NewGuid().ToString() }) ( in EditorTemplates)
....later
This code help me!
ex: I have field in Model
I use this:
<
tr
>
<
td
>
@Html.LabelFor(model => model.ThicknessDry)
</
td
>
<
td>
@Html.EditorFor(model => model.ThicknessDry
</
td
>
</
tr
>
.HtmlAttributes(new { id = Guid.NewGuid().ToString() })
P.S. I can't delete this code: .HtmlAttributes(new { id = Guid.NewGuid().ToString() }) ( in EditorTemplates)
....later
This code help me!
$("input[name=ThicknessDry]").val();