We can fetch the clicked button's value from the actionmethod Index as below.public ActionResult Index(string btnValue) {if (btnValue == "Approve"){return "Approve Clieked";}else if (btnValue == "Reject"){return "Reject Clieked";} }