I need the AJAX request to map to a Microsoft MVC action, so I need the post data to match the signature. That means I need to change data[0][BatchId] to be just "BatchId". Can this be done?
↧
I need the AJAX request to map to a Microsoft MVC action, so I need the post data to match the signature. That means I need to change data[0][BatchId] to be just "BatchId". Can this be done?