How to get table row id using javascript ,send to controller

Jun 18 2019 12:23 AM
I have one table with data(rows) in razor view i.e index.cshtml, while i am selecting row and clicking on delete button then the selected row id need to pass to actionmethod in mvc.

Answers (2)