How to pass multiple json array to controller from ajax? – Jquery ajax
I have two json array. I'm trying to send these json array to my controller. When i want to send one of them, everything is fine but i couldnt't send second one. How can i fix it ? Post function…