2
Answers

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

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)