Posts by Henrique Faria • 49 points
3 posts
-
1
votes2
answers1011
viewsQ: Align vertically to center footer items
I’m trying to align vertically to the center, items of my footer, only by the image occupy a height bigger gets misaligned, how to solve? <footer class="panel-group panel-footer"> <div…
-
1
votes1
answer147
viewsA: Reset View object list even with Hiddenfield
Solved! it is necessary to remove the line : @Html.HiddenFor(m => m.ListaPedidosProdutos) because there is already an Hidden that accesses within the: @Html.HiddenFor(m =>…
-
2
votes1
answer147
viewsQ: Reset View object list even with Hiddenfield
public ComprasOrdemCompras GetToCreate(ComprasOrdemCompras model, int EmpresaId) { ComprasOrdemComprasProduto clsPedidoProduto = new ComprasOrdemComprasProduto(); //Preenchi meu produto INÍCIO //…