How to send a list of numbers from a web page to server using Ajax – Jquery ajax
I have a problem with ajax. I want to send an array of integers that is loaded with several checkboxes. The list loads fine, but when you send it to the controller method it becomes null. Ajax code: var ids…