Ajax: Send a model to controller from list iterated by foreach loop – Jquery ajax
I need to be able to send a list of a model back to the controller from a view but only when the input has been checked. Using AJAX I can get it working but the page refreshes and I…