Can we use it like this...
<% using (Html.BeginForm("PerformSearch", "ClientSearch", FormMethod.Post, new { defaultbutton = "btnSearch" })) %>
Basically I want the enter key to raise the onClick event of btnSearch. This button is just a button, not a submit button.