I have an Index with a form, I need to fill out this form and when I click the Filter button, call the controller using ajax.
Index.cshtml
@using (Html.BeginForm("ResultadoPesquisa", "RelatorioDesempenhoData", FormMethod.Post))
{
@Ht...
asked by
03.03.2017 / 19:05