post to actionrequest from an anchor
- by griegs
I have the following;
<% using(Html.BeginForm("GetRecommendedProducts", "Home", FormMethod.Post)) { %>
<% Html.RenderPartial("QuickQuote", Model.quickQuote); %>
<div class="But brown" style="float:left;">
<a href="." onclick="$.unblockUI(); return false;">Close</a>
</div>
…