Html.BeginForm(null, null, FormMethod.Get, new { name = "frm", id = "frm" })
You’ll need to catch the form submit with your JavaScript
Html.BeginForm(null, null, FormMethod.Get, new { name = "frm", id = "frm" })
You’ll need to catch the form submit with your JavaScript