Good morning,
I'm doing a project in mvc4 razor, and in a view I need to show a table. So far so good, the problem comes when I have to put a checkbox
in the header and one in each element of the table and the first checkbox
mark all others.
The header would be something like this:
@Html.CheckBox("ticTodos") Seleccionar</th>
and the body this:
<td class="text-center">@Html.CheckBox("ticDevolver")</td>