0
I wonder if it is possible to pass a "Model" object via ajax to my controller.
$.ajax({
type: "POST",
url: "@Url.Action("CadastrarSementesVariedades", "SementesLevantamentoVariedades")",
data: model,
dataType: "html"
});
I did it that way but it didn’t work, I’d have another way ?
Hello Samuel, could you post the rest of your code? Only with this it is not possible to locate the cause of the error.
– Randrade