In my view.cshtml I have two columns :
| EnrolNumber | Name | Type |
| 1 | abc | here is dropdown |
| button of type submit |
now on click of the button I want to call a controller by passing the the enrolnumber and the selected dropdown value for whole table.
What is the best way to do this ?
Any help is apreciated .Thanks in advance
Salman BegPosted Feb 4, 2019, 7:11 PM