I have this include in my view (cshtml)
@model List<SuporteTecnico.Models.T_PDV>
Now I need to create a table, and in a TD I put the label and in another the TextBox. I did so:
<tr>
<td>@Html.Label("Razão Social")</td>
<td>@Html.TextBoxFor(r => r.)</td>//Aqui não consigo pegar a RazaoSocial
</tr>
I tried Model = > Model .... and also did not come anything, I changed to model = > model ... and nothing too.
What I really need is to create an id for the textbox, because I work with dynamic values coming from a jquery function.
No IntelliSense I bring: Select , RemoveAt, Add, AddRange, Aggregate