-
-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
Hi,
I use jquery ajax to send form values to controller in ASP.net MVC. from and to arrays are sent as null when the form is summited. If I select the objects manually in the select field, they pass to controller. Could you please tell me, what my mistake is?
Here is my ajax code.
$.ajax({
url: $(this).closest('form').attr('action'),
data: $(this).closest('form').serialize(),
type: 'POST',
success: function (result) {
}
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels