Posts by Reinaldo Guilherme • 21 points
2 posts
-
0
votes0
answers174
viewsQ: Updating the table record dynamically
I have the following scenario: I have a View (type ex.: produto {codigo, descricao, quantidade, qtdeRecebida}) where a table is loaded. In this View, in addition to the table, I still have a textbox…
asp.net-mvcasked Reinaldo Guilherme 21 -
2
votes1
answer640
viewsQ: @Html.Actionlink submitting Post MVC form
@using (Html.BeginForm("MinhaAction", "MeuController", FormMethod.Post )) { <div> <table> <thead> <tr> <th>Empresa</th> <th>Cliente</th>…