I am trying to send array of objects from front-end javascript to my method in asp.net web forms. Error: https://localhost:44396/Input.aspx/UpdateData
I have three inputs, app name, from date and to date. I add those into a table which creates array of objects. Then try to send this array using ajax to the method in aspx.cs file in web forms. But…