Venu Damodaran

Venu Damodaran

  • NA
  • 35
  • 905

How to pass mvc table data from view to controller

Jun 15 2019 6:48 AM
I am developing app for inventory, calculation device count for previous month and displaying it table format in view. I want to save this in sql database. I have created a model for the same. In order to acheive this I am using jquery / ajax to pass the table data from view to controller as array. Nothing is passed to controller. I am using ASP.Net Core 2.2 with Area.

Attachment: Codes.zip

Answers (2)