How to use selected table value in mvc?
There is a table in my view.On Click of a particular row in that table (i.e)based on the datas in the row have to move to next page.And also I have to pass the selected row value to the controllers action result.How?