Dear All,
How to loop through html table rows to insert data into database in MVC ?
| CustomerName | City |
| cust1 | city1 |
| cust2 | city2 |
| cust3 | city3 |
| CustomerName | City |
| cust1 | city1 |
| cust2 | city2 |
| cust3 | city3 |
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Mar 12, 2014, 12:13 AM
hi,
Please refer
http://dotnetawesome.blogspot.in/2013/09/how-to-update-multiple-row-at-once.html
http://stackoverflow.com/questions/4408303/saving-data-from-html-table-in-asp-net-mvc
hope this will help you.