Hi
ON Delete i wan to open Modal Popup . When user Confirms on that then to delete record
<a href="@Url.Action("Delete","Product")/@item.Id" onclick="return confirm('Do you want to delete this record?')" class='btn btn-danger btn-sm' id='btnDelete' style='margin-left:5px'><i class='fa fa-trash'></i> Delete </a>
Thanks