[Solved] Html.ActionLink in a button


This was what i was looking for, But thanks all.

$('#btnDialogPrint').click(function () {
       window.location = '../Print/' + $('#SalesContractId').val();
    });

1

solved Html.ActionLink in a button